Skip to content

Commit

Permalink
glfw android/ios 支持测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack253-png committed Jan 31, 2025
1 parent 703347a commit 50cf2cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,460 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ jobs:
if: matrix.plat == 'android'
run: |
cd extlibs/glfw
git apply ../../patches/glfw-pr2654-android-support.gitpatch
git remote add android-support https://github.com/kunitoki/glfw
git fetch android-support dev/android_support
git reset --hard android-support/dev/android_support
cd ../..
- name: Apply patches (IOS)
Expand Down
Loading

0 comments on commit 50cf2cc

Please sign in to comment.