1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-03 10:05: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:
Nick Briggs
2024-11-24 08:08:49 -08:00
committed by GitHub

View File

@@ -141,6 +141,9 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
LIST(APPEND MAIKO_DEFINITIONS
"-DOS5"
)
LIST(APPEND MAIKO_INIT_DEFINITIONS
"-DOS5"
)
ENDIF()
IF(APPLE)