Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56caaf1

Browse files
committed
On Windows, expect to find Tcl DLL in bin directory not lib directory.
Still another step in the continuing saga of trying to get--disable-auto-import to work.Hiroshi Inoue
1 parentcefd3e5 commit56caaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pl/tcl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PSQLDIR = $(bindir)
5353
ifeq ($(PORTNAME), win32)
5454

5555
tclwithver =$(subst -l,,$(filter -l%,$(TCL_LIB_SPEC)))
56-
TCLDLL =$(subst -L,,$(filter -L%,$(TCL_LIB_SPEC)))/$(tclwithver).dll
56+
TCLDLL =$(dir$(TCLSH))/$(tclwithver).dll
5757

5858
OBJS += lib$(tclwithver).a
5959

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp