We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125395a commit ed13eeaCopy full SHA for ed13eea
.github/workflows/switch.yml
@@ -11,8 +11,8 @@ jobs:
11
- uses: actions/checkout@v3
12
- name: Configure
13
run: |
14
- . /opt/devkitpro/switchvars.sh \
15
- mkdir _build && cd _build \
+ . /opt/devkitpro/switchvars.sh
+ mkdir _build && cd _build
16
../configure --host=aarch64-none-elf \
17
--prefix=switch-sdl2 \
18
--disable-shared --enable-static \
@@ -22,9 +22,9 @@ jobs:
22
--disable-filesystem \
23
--enable-cpuinfo \
24
--enable-pthreads \
25
- --enable-timers \
+ --enable-timers \
26
--enable-video
27
- name: Build
28
- run: make
+ run: make -C _build
29
- name: install
30
run: make -C _build install
0 commit comments