mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-24 12:00:55 +00:00
Tell me the link flags
This commit is contained in:
parent
dc022d10d4
commit
2a56bbc784
2 changed files with 3 additions and 0 deletions
|
|
@ -587,6 +587,8 @@ Ubuntu_GCC_integration_tests_asan:
|
|||
artifacts:
|
||||
paths:
|
||||
- build/OpenMW-*.dmg
|
||||
- "**/CMakeCache.txt"
|
||||
- build/.cmake/**.json
|
||||
|
||||
macOS15_Xcode16_amd64:
|
||||
extends: .MacOS
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ declare -a CMAKE_CONF_OPTS=(
|
|||
-D OSGPlugins_LIB_DIR="$DEPENDENCIES_ROOT/lib/osgPlugins-3.6.5"
|
||||
-D ICU_ROOT="$ICU_PATH"
|
||||
-D OPENMW_OSX_DEPLOYMENT=TRUE
|
||||
-D CMAKE_VERBOSE_MAKEFILE=TRUE
|
||||
)
|
||||
|
||||
declare -a BUILD_OPTS=(
|
||||
|
|
|
|||
Loading…
Reference in a new issue