Skip to content

Commit a2f6215

Browse files
authored
Merge pull request #518 from Interlisp/cmakelists-ldeinit-solaris
Updates CMakeLists.txt to add Solaris specific OS5 define to ldeint build
2 parents 89b2b4f + b2a22a8 commit a2f6215

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
141141
LIST(APPEND MAIKO_DEFINITIONS
142142
"-DOS5"
143143
)
144+
LIST(APPEND MAIKO_INIT_DEFINITIONS
145+
"-DOS5"
146+
)
144147
ENDIF()
145148

146149
IF(APPLE)

0 commit comments

Comments
 (0)