We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefd3e5 commit 56caaf1Copy full SHA for 56caaf1
src/pl/tcl/Makefile
@@ -53,7 +53,7 @@ PSQLDIR = $(bindir)
53
ifeq ($(PORTNAME), win32)
54
55
tclwithver = $(subst -l,,$(filter -l%, $(TCL_LIB_SPEC)))
56
-TCLDLL = $(subst -L,,$(filter -L%, $(TCL_LIB_SPEC)))/$(tclwithver).dll
+TCLDLL = $(dir $(TCLSH))/$(tclwithver).dll
57
58
OBJS += lib$(tclwithver).a
59
0 commit comments