mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 06:49:22 +00:00
Merge pull request #518 from Interlisp/cmakelists-ldeinit-solaris
Updates CMakeLists.txt to add Solaris specific OS5 define to ldeint build
This commit is contained in:
@@ -141,6 +141,9 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
|
|||||||
LIST(APPEND MAIKO_DEFINITIONS
|
LIST(APPEND MAIKO_DEFINITIONS
|
||||||
"-DOS5"
|
"-DOS5"
|
||||||
)
|
)
|
||||||
|
LIST(APPEND MAIKO_INIT_DEFINITIONS
|
||||||
|
"-DOS5"
|
||||||
|
)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
IF(APPLE)
|
IF(APPLE)
|
||||||
|
|||||||
Reference in New Issue
Block a user