From b2a22a8ac86b01bc0234f448ec3000c600379ea0 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 24 Nov 2024 02:45:50 -0500 Subject: [PATCH] Updates CMakeLists.txt to add Solaris specific define to ldeint build --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 543edf4d..3e865e3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,6 +141,9 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS") LIST(APPEND MAIKO_DEFINITIONS "-DOS5" ) + LIST(APPEND MAIKO_INIT_DEFINITIONS + "-DOS5" + ) ENDIF() IF(APPLE)