mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-04 14:55:36 +00:00
OS X / FreeBSD conflict fix
This commit is contained in:
parent
5b70865e4f
commit
8740f1c24c
@ -7,7 +7,7 @@ else()
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-multichar -fno-exceptions")
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
include_directories(/usr/local/include)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user