Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2a22a8

Browse files
committedNov 24, 2024
Updates CMakeLists.txt to add Solaris specific define to ldeint build
1 parent 89b2b4f commit b2a22a8

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)
Please sign in to comment.