mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Added support DragonFly os from BSD family
This commit is contained in:
committed by
Martinfx
parent
1630597f08
commit
965cc8ab6f
@ -54,8 +54,8 @@ if(${PLATFORM} MATCHES "Desktop")
|
||||
endif()
|
||||
|
||||
# Ugly crutch. Temporary workaround for #551
|
||||
if("${CMAKE_SYSTEM_NAME}" MATCHES "(Free|Net|Open)BSD")
|
||||
link_directories("/usr/local/lib")
|
||||
if("${CMAKE_SYSTEM_NAME}" MATCHES "(Free|Net|Open)BSD|DragonFly")
|
||||
link_directories("${CMAKE_INSTALL_PREFIX}/lib")
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL Linux)
|
||||
|
||||
Reference in New Issue
Block a user