1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-27 00:59:46 +00:00

Updates CMakeLists.txt to add Solaris specific define to ldeint build

This commit is contained in:
Nick Briggs
2024-11-24 02:45:50 -05:00
parent 89b2b4f866
commit b2a22a8ac8

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)