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
This commit is contained in:
Tom Lane 2014-02-16 11:24:38 -05:00
parent cefd3e507d
commit 56caaf195e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ PSQLDIR = $(bindir)
ifeq ($(PORTNAME), win32)
tclwithver = $(subst -l,,$(filter -l%, $(TCL_LIB_SPEC)))
TCLDLL = $(subst -L,,$(filter -L%, $(TCL_LIB_SPEC)))/$(tclwithver).dll
TCLDLL = $(dir $(TCLSH))/$(tclwithver).dll
OBJS += lib$(tclwithver).a