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 4bf763cCopy full SHA for 4bf763c
1 file changed
scripts/gha/build_ios.sh
@@ -9,7 +9,7 @@ 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 .
+cmake -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=12.0 -DGAMEDIR=$(realpath ../build/ios/libs) -DCMAKE_BUILD_TYPE=Debug -B build -S .
13
cmake --build build --target install || die
14
popd || die
15
0 commit comments