Update level0 to 1.0 and unpack fatbins

This commit is contained in:
Andrzej Janik 2020-08-28 22:37:16 +02:00
commit 34dc149be1
17 changed files with 8112 additions and 4753 deletions

View file

@ -18,6 +18,10 @@ fn main() -> Result<(), VarError> {
"cargo:rustc-link-search=native={}/bin",
spirv_tools_dir.display()
);
println!(
"cargo:rustc-link-search=native={}/lib",
spirv_tools_dir.display()
);
// dynamic linking to avoid linking to C++ runtime
println!("cargo:rustc-link-lib=dylib=SPIRV-Tools-shared");
Ok(())