mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03: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…
x
Reference in New Issue
Block a user