Skip to content

Commit

Permalink
CI: Add -std=c++11 to macos build
Browse files Browse the repository at this point in the history
Trying to fix macos build broken by
#240
  • Loading branch information
andy5995 committed Feb 3, 2025
1 parent fe188d1 commit 09b3e2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
- name: Build MegaGlest With Clang Compiler
run: |
export CXXFLAGS=-std=c++11
mk/macos/build-mg.sh -m
make -C mk/macos/build -j$(sysctl -n hw.ncpu) VERBOSE=1
Expand All @@ -162,4 +163,4 @@ jobs:
name: megaglest-x64-macos
retention-days: 1
path: release/*.tar.bz2

0 comments on commit 09b3e2d

Please sign in to comment.