Skip to content

Commit 04020cc

Browse files
committed
Adding ability to suppress build of macOS wrapper
1 parent 9cb5ed5 commit 04020cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ if (GROFF_PATH)
280280
)
281281
endif()
282282

283-
if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
283+
if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin" AND NOT WSDDN_MACOS_SUPPRESS_WRAPPER)
284284

285285
add_subdirectory(installers/mac/wrapper wrapper)
286286

0 commit comments

Comments
 (0)