mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 06:15:44 +00:00
use new deps
This commit is contained in:
parent
b8ec3b7708
commit
7c18dade2c
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -ex
|
#!/bin/sh -ex
|
||||||
|
|
||||||
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/android/openmw-android-deps-20201230.zip -o ~/openmw-android-deps.zip
|
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/android/openmw-android-deps-20211114.zip -o ~/openmw-android-deps.zip
|
||||||
unzip -o ~/openmw-android-deps -d /android-ndk-r22/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr > /dev/null
|
unzip -o ~/openmw-android-deps -d /android-ndk-r22/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr > /dev/null
|
||||||
|
|
|
@ -22,6 +22,6 @@ cmake \
|
||||||
-DBUILD_ESSIMPORTER=0 \
|
-DBUILD_ESSIMPORTER=0 \
|
||||||
-DBUILD_OPENCS=0 \
|
-DBUILD_OPENCS=0 \
|
||||||
-DBUILD_WIZARD=0 \
|
-DBUILD_WIZARD=0 \
|
||||||
-DMyGUI_LIBRARY=/usr/lib/android-sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/libMyGUIEngineStatic.a \
|
-DOPENMW_USE_SYSTEM_MYGUI=OFF \
|
||||||
-DOPENMW_USE_SYSTEM_SQLITE3=OFF \
|
-DOPENMW_USE_SYSTEM_SQLITE3=OFF \
|
||||||
..
|
..
|
||||||
|
|
Loading…
Reference in a new issue