mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
add sdl include dir
This commit is contained in:
@@ -8,9 +8,8 @@ before_install:
|
||||
- ls -al /usr/bin
|
||||
- ls -al /usr/include/SDL2
|
||||
script:
|
||||
- which crossdev
|
||||
- echo "Hello World"
|
||||
- mkdir build
|
||||
- pushd build; cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DCMAKE_BUILD_TYPE=Debug -DEO_SOURCE_DIR:PATH=/usr/include/SDL2 .. ; popd
|
||||
- pushd build; SDL_INCLUDE_DIRS=/usr/include/SDL2 cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DCMAKE_BUILD_TYPE=Debug .. ; popd
|
||||
#notifications:
|
||||
#irc: "irc.freenode.net#openrct2"
|
||||
|
||||
Reference in New Issue
Block a user