Documentation fix

This commit is contained in:
msqr1
2024-04-01 21:10:20 -07:00
parent 420f31b1d6
commit 9ac02167d2
6 changed files with 17 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ MAX_THREADS=${MAX_THREADS:-1}
EMSDK=${EMSDK:-../emsdk}
JOBS=${JOBS:-$(nproc)}
sudo apt install shtool libtool autogen autotools-dev pkg-config make &&
if [ $EMSDK != ../emsdk && ! -d $EMSDK ]; then
echo "Invalid emsdk path"
exit 1