summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-23 14:02:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-23 14:02:13 (GMT)
commitbfda3dc9d27412361fcb6a6377ab7d2ba767a4cd (patch)
treea66641ac8e8800bb1f93831e580e3905de6d2518 /unix
parent3ca52101ac1c6e7bcea873f2a7f86f17fac16662 (diff)
downloadtk-bfda3dc9d27412361fcb6a6377ab7d2ba767a4cd.zip
tk-bfda3dc9d27412361fcb6a6377ab7d2ba767a4cd.tar.gz
tk-bfda3dc9d27412361fcb6a6377ab7d2ba767a4cd.tar.bz2
Fix "make install" on Cygwin. Build github actions on windows-2019/macos-11.0 explicitly.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index d0804fb..f8c7309 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -750,7 +750,7 @@ install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${WISH_EXE}
$(INSTALL_LIBRARY) "tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\
chmod 555 "$(DLL_INSTALL_DIR)/tk${MAJOR_VERSION}${MINOR_VERSION}.dll";\
$(INSTALL_LIBRARY) "../win/libtk${MAJOR_VERSION}${MINOR_VERSION}.dll.a" "$(LIB_INSTALL_DIR)";\
- chmod 555 "$(LIB_INSTALL_DIR)/libtk${MAJOR_VERSION}${MINOR_VERSION}.a";\
+ chmod 555 "$(LIB_INSTALL_DIR)/libtk${MAJOR_VERSION}${MINOR_VERSION}.dll.a";\
fi
@echo "Installing ${WISH_EXE} as $(BIN_INSTALL_DIR)/wish$(VERSION)${EXE_SUFFIX}"
@$(INSTALL_PROGRAM) ${WISH_EXE} "$(BIN_INSTALL_DIR)/wish$(VERSION)${EXE_SUFFIX}"