mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 06:15:32 +00:00
[TWEAK] Use system recast
This commit is contained in:
parent
10a3b329cb
commit
ce11cc16af
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ declare -a CMAKE_CONF_OPTS=(
|
|||
-D CMAKE_CXX_FLAGS="-stdlib=libc++"
|
||||
-D CMAKE_OSX_DEPLOYMENT_TARGET="14.5"
|
||||
-D OPENMW_USE_SYSTEM_OSG=TRUE
|
||||
-D OPENMW_USE_SYSTEM_RECASTNAVIGATION=off
|
||||
-D OPENMW_USE_SYSTEM_RECASTNAVIGATION=TRUE
|
||||
-D Boost_INCLUDE_DIR="$DEPENDENCIES_ROOT/include"
|
||||
-D OSGPlugins_LIB_DIR="$DEPENDENCIES_ROOT/lib/osgPlugins-3.6.5"
|
||||
-D ICU_ROOT="$ICU_PATH"
|
||||
|
|
Loading…
Reference in a new issue