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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user