Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 56caaf1

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 parent cefd3e5 commit 56caaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/tcl/Makefile

+1-1
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)