We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b7b58 commit 5cad37aCopy full SHA for 5cad37a
1 file changed
scripts/gha/build_ios.sh
@@ -9,7 +9,8 @@ cd "$GITHUB_WORKSPACE" || die
9
cp -vr /Library/Frameworks/SDL2.framework ./build
10
11
pushd hlsdk || die
12
-cmake -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=12.0 -DGAMEDIR=$(realpath ../build/ios) -DCMAKE_BUILD_TYPE=Debug -B build -S .
+mkdir -p ../build/ios/libs
13
+cmake -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=12.0 -DCMAKE_INSTALL_PREFIX=$(realpath ../build/ios/libs) -DCMAKE_BUILD_TYPE=Debug -B build -S .
14
cmake --build build --target install || die
15
popd || die
16
0 commit comments