From ffa5460bbf2fc5a3fd9f40dc87b277ddcd3a6723 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 14 May 2021 21:02:55 -0600 Subject: build the extra libraries since tk needs them --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), -- cgit v1.2.3