We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust_bundle
1 parent 7c8e6b8 commit c5a7cd8Copy full SHA for c5a7cd8
source/rust_bundle/build.rs
@@ -55,7 +55,7 @@ fn main() {
55
println!("cargo:rustc-link-lib=static={}", "freetype");
56
println!("cargo:rustc-link-search=native={}", "/opt/homebrew/Cellar/glfw/3.4/lib/");
57
println!("cargo:rustc-link-lib=static={}", "glfw");
58
- println!("cargo:rustc-link-search=native={}", "/opt/homebrew/Cellar/assimp/6.0.1/lib/");
+ println!("cargo:rustc-link-search=native={}", "/opt/homebrew/Cellar/assimp/6.0.2/lib/");
59
println!("cargo:rustc-link-lib=static={}", "assimp");
60
println!("cargo:rustc-link-lib=static={}", "dl");
61
println!("cargo:rustc-link-lib=static={}", "c++");
0 commit comments