mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
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:
parent
cefd3e507d
commit
56caaf195e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user