mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-17 01:10:10 +00:00
Temporary fix for MacOS build. Remove this commit after resolving #5990.
This commit is contained in:
parent
9e168fd9cc
commit
9a5229a821
@ -15,6 +15,8 @@ ccache --version
|
||||
cmake --version
|
||||
qmake --version
|
||||
|
||||
brew install lua
|
||||
|
||||
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20210617.zip -o ~/openmw-deps.zip
|
||||
unzip -o ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
|
||||
|
||||
|
@ -25,5 +25,6 @@ cmake \
|
||||
-D BUILD_BSATOOL=TRUE \
|
||||
-D BUILD_ESSIMPORTER=TRUE \
|
||||
-D BUILD_NIFTEST=TRUE \
|
||||
-D USE_LUAJIT=FALSE \
|
||||
-G"Unix Makefiles" \
|
||||
..
|
||||
|
Loading…
Reference in New Issue
Block a user