Skip to content

Commit

Permalink
MacOS: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
riidefi committed Sep 8, 2024
1 parent f9e4d83 commit 6b77a9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/librii/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ elseif (APPLE)
set(HOMEBREW_CELLAR "/usr/local/Cellar")
endif()

set(ASSIMP_VERSION "5.4.2")
set(ASSIMP_VERSION "5.4.3")
target_link_libraries(librii PUBLIC "${HOMEBREW_CELLAR}/assimp/${ASSIMP_VERSION}/lib/libassimp.dylib")
elseif (EMSCRIPTEN)
target_link_libraries(librii PUBLIC
Expand Down
2 changes: 1 addition & 1 deletion source/rust_bundle/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fn main() {
println!("cargo:rustc-link-lib=static={}", "freetype");
println!("cargo:rustc-link-search=native={}", "/opt/homebrew/Cellar/glfw/3.4/lib/");
println!("cargo:rustc-link-lib=static={}", "glfw");
println!("cargo:rustc-link-search=native={}", "/opt/homebrew/Cellar/assimp/5.4.2/lib/");
println!("cargo:rustc-link-search=native={}", "/opt/homebrew/Cellar/assimp/5.4.3/lib/");
println!("cargo:rustc-link-lib=static={}", "assimp");
println!("cargo:rustc-link-lib=static={}", "dl");
println!("cargo:rustc-link-lib=static={}", "c++");
Expand Down
2 changes: 1 addition & 1 deletion source/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ elseif (APPLE)
set(HOMEBREW_CELLAR "/usr/local/Cellar")
endif()

set(ASSIMP_VERSION "5.4.2")
set(ASSIMP_VERSION "5.4.3")
set(GLFW_VERSION "3.4")
set(FREETYPE_VERSION "2.13.3")

Expand Down

0 comments on commit 6b77a9d

Please sign in to comment.