illumos/solaris build fix
This commit is contained in:
parent
b50e977cfe
commit
db8fdb9ccf
@ -67,6 +67,8 @@ elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Fuchsia")
|
||||
add_definitions(-DSPIRV_FUCHSIA)
|
||||
elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Haiku")
|
||||
add_definitions(-DSPIRV_HAIKU)
|
||||
elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "SunOS")
|
||||
add_definitions(-DSPIRV_SOLARIS)
|
||||
else()
|
||||
message(FATAL_ERROR "Your platform '${CMAKE_SYSTEM_NAME}' is not supported!")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user