Skip to content

Commit

Permalink
Add some cmake-args to the workflows that I'd forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jul 11, 2023
1 parent 001cdc8 commit 9ef2916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
archive-name: melondsds_libretro-macos-universal
runs-on: macos-latest
lib-ext: dylib
cmake-args: -DCMAKE_OSX_ARCHITECTURES:STRING="arm64;x86_64"

linux-x86_64:
name: Linux (x86_64)
Expand All @@ -41,6 +42,7 @@ jobs:
archive-name: melondsds_libretro-linux-aarch64
runs-on: ubuntu-latest
lib-ext: so
cmake-args: -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc-10 -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++-10

android:
name: Android
Expand Down

0 comments on commit 9ef2916

Please sign in to comment.