mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
add include path
This commit is contained in:
parent
1f09b20a12
commit
107937768e
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ script:
|
|||
- which crossdev
|
||||
- echo "Hello World"
|
||||
- mkdir build
|
||||
- pushd build; cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DCMAKE_BUILD_TYPE=Debug .. ; popd
|
||||
- pushd build; cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DCMAKE_BUILD_TYPE=Debug -DEO_SOURCE_DIR:PATH=/usr/include/SDL2 .. ; popd
|
||||
#notifications:
|
||||
#irc: "irc.freenode.net#openrct2"
|
||||
|
|
Loading…
Add table
Reference in a new issue