Skip to content

Commit fe493ed

Browse files
committed
Container: don't need to download prebuilt libs
1 parent 709a023 commit fe493ed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup_container.sh

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ cd iPlug2/Dependencies/IPlug/
1010
./download-iplug-sdks.sh
1111
cd ../../..
1212

13-
echo "Downloading iPlug2 prebuilt libs..."
14-
cd iPlug2/Dependencies/
15-
./download-prebuilt-libs.sh
16-
cd ../..
13+
# Not nessecary until we have WASM libs
14+
# echo "Downloading iPlug2 prebuilt libs..."
15+
# cd iPlug2/Dependencies/
16+
# ./download-prebuilt-libs.sh
17+
# cd ../..
1718

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

0 commit comments

Comments
 (0)