1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

find predefs.h

This commit is contained in:
Kevin Burke
2014-05-24 12:42:24 +09:00
parent 242c40d5ff
commit ce85716eaf

View File

@@ -13,6 +13,7 @@ script:
- mkdir build
- pushd build && cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DCMAKE_BUILD_TYPE=Debug .. && popd
- sudo find / -name iconv.h 2>>/dev/null || true
- sudo find / -name predefs.h 2>>/dev/null || true
- pushd build && make && popd
#notifications:
#irc: "irc.freenode.net#openrct2"