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 7ebfea9 commit f0c07ba
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 : 'glapi'," src/glu-9.0.3/meson_options.txt
sed -i 's/choices : \['\''glvnd/choices : \['\''glapi/g' src/glu-9.0.3/meson_options.txt
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
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 f0c07ba

Please sign in to comment.