Skip to content
Snippets Groups Projects
Commit e409c805 authored by Albert Gräf's avatar Albert Gräf
Browse files

ASIO download was changed.

parent 79b614f9
No related branches found
No related tags found
No related merge requests found
......@@ -252,9 +252,9 @@ fi
if [[ $os == "win" || $os == "win64" ]]; then
if [ ! -d "../pd/lib" ]; then
mkdir ../pd/lib
wget http://www.steinberg.net/sdk_downloads/asiosdk2.3.zip
wget https://www.steinberg.net/asiosdk -O asiosdk2.3.zip
unzip asiosdk2.3.zip
mv ASIOSDK2.3 ../pd/lib
mv asiosdk_2.3* asiosdk2.3 && mv asiosdk2.3 ../pd/lib/
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment