Skip to content

Commit

Permalink
fix prep
Browse files Browse the repository at this point in the history
  • Loading branch information
sozud committed Mar 2, 2024
1 parent c50d7e4 commit 9aea7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prep_35.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mkdir -p build/3.5
# put toolchain together
cp -r ./psy-q/3.3/PSYQ/* build/3.5

wget -O https://github.com/Xeeynamo/sotn-decomp/releases/download/cc1-psx-26/cc1-psx-26.tar.gz
wget -O cc1-psx-26.tar.gz https://github.com/Xeeynamo/sotn-decomp/releases/download/cc1-psx-26/cc1-psx-26.tar.gz
tar -xvf cc1-psx-26.tar.gz -C build/3.5
cp -r ./psy-q/cc_2.60/* build/3.5
# replace aspsx with newer one
Expand Down

0 comments on commit 9aea7b3

Please sign in to comment.