Skip to content

Commit

Permalink
Update switch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed Jun 1, 2024
1 parent 5c6859e commit 856450d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
wget https://github.com/devkitPro/pacman-packages/raw/master/switch/glu/LICENSE
dkp-pacman -S dkp-meson-scripts --noconfirm --needed
sudo -E -u builduser bash -c 'sudo chmod 777 . -R && dkp-makepkg -o --noconfirm'
sed -i "/value : 'glvnd'/c\ value : 'SDL2'," src/glu-9.0.3/meson_options.txt
sed -i 's/choices : \['\''glvnd/choices : \['\''SDL2/g' src/glu-9.0.3/meson_options.txt
sed -i "/value : 'glvnd'/c\ value : 'SDL'," src/glu-9.0.3/meson_options.txt
sed -i 's/choices : \['\''glvnd/choices : \['\''SDL/g' src/glu-9.0.3/meson_options.txt
cat src/glu-9.0.3/meson_options.txt
sudo -E -u builduser bash -c 'dkp-makepkg -s -i --noconfirm'
rsync -a ./pkg/switch-glu/opt/devkitpro/ /opt/devkitpro/
Expand Down

0 comments on commit 856450d

Please sign in to comment.