Skip to content

Commit

Permalink
Container: don't need to download prebuilt libs
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Dec 8, 2024
1 parent 709a023 commit fe493ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ cd iPlug2/Dependencies/IPlug/
./download-iplug-sdks.sh
cd ../../..

echo "Downloading iPlug2 prebuilt libs..."
cd iPlug2/Dependencies/
./download-prebuilt-libs.sh
cd ../..
# Not nessecary until we have WASM libs
# echo "Downloading iPlug2 prebuilt libs..."
# cd iPlug2/Dependencies/
# ./download-prebuilt-libs.sh
# cd ../..

echo "Downloading mkcert..."
wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64 -O mkcert
Expand Down

0 comments on commit fe493ed

Please sign in to comment.