Commit 2eca3e6d authored by nanahira's avatar nanahira

fixls

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