ci: nswitch: actually set env vars properly
This commit is contained in:
parent
1a54ec92e0
commit
07922c0239
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ dkp-pacman -S --noconfirm dkp-toolchain-vars || die
|
||||||
# forgive me father, for I have sinned
|
# forgive me father, for I have sinned
|
||||||
ln -s /usr/bin/python3 /usr/bin/python
|
ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
|
||||||
|
source $DEVKITPRO/switchvars.sh
|
||||||
|
|
||||||
echo "Building libsolder..."
|
echo "Building libsolder..."
|
||||||
|
|
||||||
make -C libsolder install || die
|
make -C libsolder install || die
|
||||||
|
|
Loading…
Add table
Reference in a new issue