feat: add llvm 32bit for sciter
This commit is contained in:
parent
fffeda30a3
commit
d2b71b96c1
4 changed files with 22 additions and 42 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue