Skip to content

Commit 9508f45

Browse files
committed
[MacOS] Update assimp
1 parent d2013f7 commit 9508f45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/librii/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ elseif (APPLE)
199199
set(HOMEBREW_CELLAR "/usr/local/Cellar")
200200
endif()
201201

202-
set(ASSIMP_VERSION "5.4.3")
202+
set(ASSIMP_VERSION "6.0.0")
203203
target_link_libraries(librii PUBLIC "${HOMEBREW_CELLAR}/assimp/${ASSIMP_VERSION}/lib/libassimp.dylib")
204204
elseif (EMSCRIPTEN)
205205
target_link_libraries(librii PUBLIC

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/5.4.3/lib/");
58+
println!("cargo:rustc-link-search=native={}", "/opt/homebrew/Cellar/assimp/6.0.0/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++");

source/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ elseif (APPLE)
5050
set(HOMEBREW_CELLAR "/usr/local/Cellar")
5151
endif()
5252

53-
set(ASSIMP_VERSION "5.4.3")
53+
set(ASSIMP_VERSION "6.0.0")
5454
set(GLFW_VERSION "3.4")
5555
set(FREETYPE_VERSION "2.13.3")
5656

0 commit comments

Comments
 (0)