Commit 4b3c2787 authored by nanahira's avatar nanahira

patch_certain

parent 2eca3e6d
......@@ -60,7 +60,9 @@ before_install:
- mv -f irrklang/plugins/ikpMP3 ikpmp3
- cd ikpmp3
- cp -rf ../premake/ikpmp3/* .
- ls * | xargs -I {} sed -i 's/\r//g' {}
- sed -i 's/\r//g' CIrrKlangAudioStreamMP3.cpp
- sed -i 's/\r//g' ikpMP3.cpp
- sed -i 's/\r//g' ikpMP3.patch
- patch -p1 < ikpMP3.patch
- cd ..
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
......
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