aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-05-14 21:02:55 -0600
committerMelody Horn <melody@boringcactus.com>2021-05-14 21:02:55 -0600
commitffa5460bbf2fc5a3fd9f40dc87b277ddcd3a6723 (patch)
treef4e5a06d810c0c8822c0a269594ad9d7633c1ee2
parent0e2632a72f9d59d27b6938ce770e6ebf497458c9 (diff)
downloadtcl-sys-ffa5460bbf2fc5a3fd9f40dc87b277ddcd3a6723.tar.gz
tcl-sys-ffa5460bbf2fc5a3fd9f40dc87b277ddcd3a6723.zip
build the extra libraries since tk needs them
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index f0c42a4..acbf264 100644
--- a/build.rs
+++ b/build.rs
@@ -116,7 +116,7 @@ fn compile_tcl(tcl_build_path: &Path, target_os: &str) -> PathBuf {
let bat = format!(
r#"
call "{}\Common7\Tools\VSDevCmd.bat" -arch=amd64 -host_arch=amd64
- nmake -nologo -f makefile.vc shell install OPTS=msvcrt,static,staticpkg "INSTALLDIR={}"
+ nmake -nologo -f makefile.vc shell dlls install OPTS=msvcrt,static,staticpkg "INSTALLDIR={}"
"#,
vs_root,
install_dir.to_str().unwrap(),