mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 12:39:55 +00:00
no more obsolete mygui shizzle for macos
This commit is contained in:
parent
64080b0c25
commit
1bd4860026
@ -34,7 +34,7 @@ qmake --version
|
||||
if [[ "${MACOS_AMD64}" ]]; then
|
||||
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20221113.zip -o ~/openmw-deps.zip
|
||||
else
|
||||
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20231017_arm64.zip -o ~/openmw-deps.zip
|
||||
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20231022_arm64.zip -o ~/openmw-deps.zip
|
||||
fi
|
||||
|
||||
unzip -o ~/openmw-deps.zip -d /tmp > /dev/null
|
||||
|
@ -183,6 +183,8 @@ if (MSVC)
|
||||
)
|
||||
endif()
|
||||
|
||||
add_definitions(-DMYGUI_DONT_USE_OBSOLETE=ON)
|
||||
|
||||
if (ANDROID)
|
||||
target_link_libraries(openmw EGL android log z)
|
||||
endif (ANDROID)
|
||||
|
@ -287,6 +287,7 @@ add_component_dir (debug
|
||||
debugging debuglog gldebug debugdraw writeflags
|
||||
)
|
||||
|
||||
add_definitions(-DMYGUI_DONT_USE_OBSOLETE=ON)
|
||||
IF(NOT WIN32 AND NOT APPLE)
|
||||
add_definitions(-DGLOBAL_DATA_PATH="${GLOBAL_DATA_PATH}")
|
||||
add_definitions(-DGLOBAL_CONFIG_PATH="${GLOBAL_CONFIG_PATH}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user