1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

try adding C include path

This commit is contained in:
Kevin Burke
2014-05-24 12:48:32 +09:00
parent c2e313c52d
commit 0b0ea74706

View File

@@ -14,6 +14,6 @@ script:
- 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
- pushd build && C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu/bits:/usr/include/sdl2:$C_INCLUDE_PATH make && popd
#notifications:
#irc: "irc.freenode.net#openrct2"