mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 13:21:30 +11:00
Disable debug build for MoltenVK (#32)
* Disable debug build for MoltenVK * Fix variable name
This commit is contained in:
parent
c32356a022
commit
3d1b468aeb
5
build.rs
5
build.rs
|
@ -96,12 +96,9 @@ mod mac {
|
|||
|
||||
assert!(status.success(), "failed to fetchDependencies");
|
||||
|
||||
let mut target = target_name.to_owned();
|
||||
target.push_str("-debug");
|
||||
|
||||
let status = Command::new("make")
|
||||
.current_dir(&checkout_dir)
|
||||
.arg(target)
|
||||
.arg(target_name)
|
||||
.spawn()
|
||||
.expect("failed to build MoltenVK")
|
||||
.wait()
|
||||
|
|
Loading…
Reference in a new issue