Skip to content

Commit

Permalink
Set proper path to cesium-native for Apple build
Browse files Browse the repository at this point in the history
  • Loading branch information
timoore committed Feb 4, 2025
1 parent dd32f77 commit 72a1f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildApple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
export CESIUM_VCPKG_RELEASE_ONLY=TRUE
mkdir -p extern/build-arm64
cd extern/build-arm64
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_SYSTEM_PROCESSOR=arm64 -DCESIUM_UNREAL_NATIVE_DIRECTORY=cesium-native
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_SYSTEM_PROCESSOR=arm64 -DCESIUM_UNREAL_NATIVE_DIRECTORY=../cesium-native
cmake --build . -j4 --target install
- name: Build cesium-native for macOS x86_64
run: |
Expand Down

0 comments on commit 72a1f5c

Please sign in to comment.