aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-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(),