File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
204204elseif (EMSCRIPTEN)
205205 target_link_libraries (librii PUBLIC
Original file line number Diff line number Diff 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++" ) ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments