mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
dont use bits folder
This commit is contained in:
parent
40c591a541
commit
fb635e5069
2 changed files with 1 additions and 3 deletions
|
@ -46,9 +46,7 @@ if (UNIX)
|
|||
# find and include SDL2
|
||||
INCLUDE(FindPkgConfig)
|
||||
PKG_SEARCH_MODULE(SDL2 REQUIRED sdl2)
|
||||
INCLUDE_DIRECTORIES("/usr/include")
|
||||
INCLUDE_DIRECTORIES(${SDL2_INCLUDE_DIRS})
|
||||
INCLUDE_DIRECTORIES("/usr/include/x86_64-linux-gnu/bits")
|
||||
TARGET_LINK_LIBRARIES(${PROJECT} ${SDL2_LIBRARIES})
|
||||
endif (UNIX)
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ include_directories("/usr/include/wine/windows/")
|
|||
# INCLUDE(FindPkgConfig)
|
||||
# PKG_SEARCH_MODULE(SDL2 REQUIRED sdl2)
|
||||
INCLUDE_DIRECTORIES("/usr/include")
|
||||
INCLUDE_DIRECTORIES("/usr/include/x86_64-linux-gnu/bits")
|
||||
INCLUDE_DIRECTORIES("/usr/include/x86_64-linux-gnu")
|
||||
INCLUDE_DIRECTORIES("/usr/include/sdl2")
|
||||
|
||||
# here is the target environment located
|
||||
|
|
Loading…
Reference in a new issue