diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-17 08:35:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-17 08:35:44 (GMT) |
commit | b3d34ad31717286dabbaa72b93d7ff5f3e0626a6 (patch) | |
tree | 6d8ed30538874c1be42942cc53c61e797fcf6670 /unix/Makefile.in | |
parent | 499e962572ad76700414e1c910b330ac52578cf8 (diff) | |
download | tcl-b3d34ad31717286dabbaa72b93d7ff5f3e0626a6.zip tcl-b3d34ad31717286dabbaa72b93d7ff5f3e0626a6.tar.gz tcl-b3d34ad31717286dabbaa72b93d7ff5f3e0626a6.tar.bz2 |
Another TIP #430 fix for cygwin: libtcl8.7.dll is installed in /usr/bin, not in /usr/lib as on other platforms
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 32b99a2..9c64d05 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1523,7 +1523,7 @@ tclZipfs.o: $(GENERIC_DIR)/tclZipfs.c $(CC) -c $(CC_SWITCHES) \ -DCFG_RUNTIME_DLLFILE="\"$(TCL_LIB_FILE)\"" \ -DCFG_RUNTIME_LIBDIR="\"$(libdir)\"" \ - -DCFG_RUNTIME_SCRDIR="\"$(TCL_LIBRARY)\"" \ + -DCFG_RUNTIME_BINDIR="\"$(bindir)\"" \ -I$(ZLIB_DIR) -I$(ZLIB_DIR)/contrib/minizip \ $(GENERIC_DIR)/tclZipfs.c |