Skip to content

Commit

Permalink
Use the shared STL on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 9, 2024
1 parent 8d85604 commit d272e76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@ jobs:
- os: ubuntu-22.04
platform: android
arch: x64
flags: -D ANDROID_STL=c++_shared
- os: ubuntu-22.04
platform: android
arch: ia32
flags: -D ANDROID_STL=c++_shared
- os: ubuntu-22.04
platform: android
arch: arm64
flags: -D ANDROID_STL=c++_shared
- os: ubuntu-22.04
platform: android
arch: arm
flags: -D ANDROID_STL=c++_shared
- os: macos-14
platform: darwin
arch: x64
Expand Down

0 comments on commit d272e76

Please sign in to comment.