Skip to content

Commit d116109

Browse files
committed
use absolute path for prefix
1 parent ed13eea commit d116109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/switch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
. /opt/devkitpro/switchvars.sh
1515
mkdir _build && cd _build
1616
../configure --host=aarch64-none-elf \
17-
--prefix=switch-sdl2 \
17+
--prefix=`pwd`/switch-sdl2 \
1818
--disable-shared --enable-static \
1919
--enable-audio \
2020
--enable-joystick \

0 commit comments

Comments
 (0)