Skip to content

Commit c5a7cd8

Browse files
committed
[Apple] rust_bundle (.app bundler): Bump lagging assimp version number
1 parent 7c8e6b8 commit c5a7cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/rust_bundle/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn main() {
5555
println!("cargo:rustc-link-lib=static={}", "freetype");
5656
println!("cargo:rustc-link-search=native={}", "/opt/homebrew/Cellar/glfw/3.4/lib/");
5757
println!("cargo:rustc-link-lib=static={}", "glfw");
58-
println!("cargo:rustc-link-search=native={}", "/opt/homebrew/Cellar/assimp/6.0.1/lib/");
58+
println!("cargo:rustc-link-search=native={}", "/opt/homebrew/Cellar/assimp/6.0.2/lib/");
5959
println!("cargo:rustc-link-lib=static={}", "assimp");
6060
println!("cargo:rustc-link-lib=static={}", "dl");
6161
println!("cargo:rustc-link-lib=static={}", "c++");

0 commit comments

Comments
 (0)