mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
- add search dirs for SDL2 for Hiaku OS
This commit is contained in:
parent
d543408fd4
commit
037bb1408b
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ FIND_PATH(SDL2_INCLUDE_DIR SDL.h
|
|||
/opt/local # DarwinPorts
|
||||
/opt/csw # Blastwave
|
||||
/opt
|
||||
/boot/system/develop/headers/SDL2 #Hiaku OS
|
||||
)
|
||||
#MESSAGE("SDL2_INCLUDE_DIR is ${SDL2_INCLUDE_DIR}")
|
||||
|
||||
|
@ -96,6 +97,7 @@ FIND_LIBRARY(SDL2_LIBRARY_TEMP
|
|||
/opt/local
|
||||
/opt/csw
|
||||
/opt
|
||||
/system/lib #Hiaku OS
|
||||
)
|
||||
|
||||
#MESSAGE("SDL2_LIBRARY_TEMP is ${SDL2_LIBRARY_TEMP}")
|
||||
|
|
Loading…
Reference in a new issue