We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a6272 commit 40267feCopy full SHA for 40267fe
cmake/modules/shared/CompilerSettings.cmake
@@ -42,6 +42,9 @@ if(CMAKE_SYSTEM_NAME STREQUAL "WASI")
42
add_compile_definitions("SWT_NO_DYNAMIC_LINKING")
43
add_compile_definitions("SWT_NO_PIPES")
44
endif()
45
+if (NOT (APPLE OR CMAKE_SYSTEM_NAME STREQUAL "Windows"))
46
+ add_compile_definitions("SWT_NO_IMAGE_ATTACHMENTS")
47
+endif()
48
49
file(STRINGS "${SWT_SOURCE_ROOT_DIR}/VERSION.txt" SWT_TESTING_LIBRARY_VERSION LIMIT_COUNT 1)
50
if(SWT_TESTING_LIBRARY_VERSION)
0 commit comments