Commit 5632f744 authored by nanahira's avatar nanahira

fixpatch

parent bdac315c
......@@ -58,7 +58,9 @@ before_install:
sudo cp -rf irrklang/bin/macosx-gcc/*.dylib /usr/local/lib/;
mv -f irrklang/plugins/ikpMP3 ikpmp3;
cp -rf premake/ikpmp3 .;
patch -p0 < ikpmp3/ikpmp3.patch;
cd ikpmp3;
patch -p0 < ikpmp3.patch;
cd ..;
fi
script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment