Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann committed Jan 10, 2024
1 parent 91570ef commit cd3a52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dragon/shscripts/prerun_checks
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ elif [[ ${PLATFORM,,} == linux ]]; then
esac

curl -LO https://github.com/L1ghtmann/llvm-project/releases/download/test-e99a150/iOSToolchain.tar.xz
tar -xvf iOSToolchain.tar.xz -C $THEOS/toolchain/
tar -xvf iOSToolchain.tar.xz -C $DRAGON_ROOT_DIR/toolchain/
rm iOSToolchain.tar.xz
elif ! [[ -x $DRAGON_ROOT_DIR/toolchain/linux/iphone/bin/ldid ]]; then
prefix_print "You appear to be missing ldid, but have the toolchain. Not sure how we got here honestly ..."
Expand Down

0 comments on commit cd3a52d

Please sign in to comment.