1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +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
commit a2f62159e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)