diff options
| author | Marek Roszko <mark.roszko@gmail.com> | 2020-08-28 13:41:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-28 10:41:18 -0700 |
| commit | 3c5fdcbe628167faee57393929d76df2339ff32b (patch) | |
| tree | f1815147f98c68e2b2f1d9d07f02e9df2c010905 /ports/tcl/force-shell-install.patch | |
| parent | aea911913663ee417391e64c74814b34c7da0345 (diff) | |
| download | vcpkg-3c5fdcbe628167faee57393929d76df2339ff32b.tar.gz vcpkg-3c5fdcbe628167faee57393929d76df2339ff32b.zip | |
[tcl] Install tcl shell to tools (#12987)
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Diffstat (limited to 'ports/tcl/force-shell-install.patch')
| -rw-r--r-- | ports/tcl/force-shell-install.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ports/tcl/force-shell-install.patch b/ports/tcl/force-shell-install.patch new file mode 100644 index 000000000..0725945f7 --- /dev/null +++ b/ports/tcl/force-shell-install.patch @@ -0,0 +1,27 @@ +From 85842ba83b70d99f90ee3fff8c956e82d17759f2 Mon Sep 17 00:00:00 2001 +From: Marek Roszko <mark.roszko@gmail.com> +Date: Tue, 18 Aug 2020 23:11:27 -0400 +Subject: [PATCH] Remove broken exist check for shell install + +--- + win/makefile.vc | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/win/makefile.vc b/win/makefile.vc +index f5d2f4a..6bffe32 100644 +--- a/win/makefile.vc ++++ b/win/makefile.vc +@@ -869,10 +869,8 @@ install-binaries: + @$(CPY) "$(TCLLIB)" "$(BIN_INSTALL_DIR)\" + !endif + @$(CPY) "$(TCLIMPLIB)" "$(LIB_INSTALL_DIR)\" +-!if exist($(TCLSH)) + @echo Installing $(TCLSHNAME) + @$(CPY) "$(TCLSH)" "$(BIN_INSTALL_DIR)\" +-!endif + @echo Installing $(TCLSTUBLIBNAME) + @$(CPY) "$(TCLSTUBLIB)" "$(LIB_INSTALL_DIR)\" + +-- +2.28.0.windows.1 + |
