Skip to content

Commit 52b093d

Browse files
authored
--native flag
1 parent 88775da commit 52b093d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdl2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
git config --global --add safe.directory /github/workspace
107107
git config --global --add safe.directory /github/workspace/build/submodules/SDL
108108
109-
${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2
109+
${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2 --native
110110
env:
111111
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
112112

113113
- name: Build SDL2
114114
if: runner.os != 'Linux'
115-
run: ${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2
115+
run: ${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2 --native
116116
env:
117117
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
118118

0 commit comments

Comments
 (0)