feat: add llvm 32bit for sciter

This commit is contained in:
Kingtous
2023-03-29 09:38:24 +08:00
parent fffeda30a3
commit d2b71b96c1
4 changed files with 22 additions and 42 deletions

View File

@@ -62,7 +62,7 @@ pub fn start(args: &mut [String]) {
if sciter_dll_path.exists() {
// Try to set the sciter dll.
let p = sciter_dll_path.to_string_lossy().to_string();
println!("Found dll:{}, \n {:?}", p, sciter::set_library(&p));
log::debug!("Found dll:{}, \n {:?}", p, sciter::set_library(&p));
}
}
}