Skip to content

Commit

Permalink
Fix compilation, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Mar 14, 2024
1 parent 9ccf5cb commit 4ded5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@ jobs:
working-directory: enrouteDependencies
- name: Compile Enroute Flight Navigation
run: |
cmake \
$Qt6_DIR/bin/qt-cmake \
-B build-enroute \
-S enroute \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_C_COMPILER_LAUNCHER="ccache" \
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
-DCMAKE_INSTALL_PREFIX=. \
-- -sdk iphonesimulator
cmake --build build-enroute
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/enrouteText
Submodule enrouteText updated 293 files

0 comments on commit 4ded5b9

Please sign in to comment.