Skip to content

Commit

Permalink
Still trying to fix VCL :/
Browse files Browse the repository at this point in the history
  • Loading branch information
nchalkley2 committed Dec 18, 2024
1 parent 4885d94 commit f59c31b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ if ! command -v vcl 2>&1 /dev/null; then
mkdir -p /temp/vcl
pushd /temp/vcl
wget https://github.com/h4570/tyra/raw/master/assets/vcl
echo "chmoding vcl"
chmod +x vcl
cp /temp/vcl/vcl /usr/bin/vcl
echo "copying vcl to /usr/bin/vcl"
sudo cp /temp/vcl/vcl /usr/bin/vcl

popd
fi
Expand Down
2 changes: 1 addition & 1 deletion dependencies/egg-ps2-graphics-lib/Makefile.vuprogs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EE_DVP = dvp-as
VCL = /temp/vcl/vcl
VCL = vcl

RENDERERS = \
project \
Expand Down

0 comments on commit f59c31b

Please sign in to comment.