mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
find iconv.h
This commit is contained in:
parent
f68bd7013b
commit
48f9acad42
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ script:
|
|||
- sudo find / -name SDL2 2>>/dev/null || true
|
||||
- mkdir build
|
||||
- pushd build && SDL_INCLUDE_DIRS=/usr/include/SDL2 cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DCMAKE_BUILD_TYPE=Debug .. && popd
|
||||
- pushd build && make
|
||||
- sudo find / -name iconv.h 2>>/dev/null || true
|
||||
- pushd build && make && popd
|
||||
#notifications:
|
||||
#irc: "irc.freenode.net#openrct2"
|
||||
|
|
Loading…
Reference in a new issue