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 4530131 commit a4589d5Copy full SHA for a4589d5
Sources/Subprocess/CMakeLists.txt
@@ -41,13 +41,13 @@ elseif(APPLE)
41
Platforms/Subprocess+Darwin.swift
42
Platforms/Subprocess+Unix.swift)
43
target_compile_options(Subprocess PRIVATE
44
- "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-D SUBPROCESS_ASYNCIO_DISPATCH>")
+ "$<$<COMPILE_LANGUAGE:Swift>:-DSUBPROCESS_ASYNCIO_DISPATCH>")
45
elseif(FREEBSD OR OPENBSD)
46
target_sources(Subprocess PRIVATE
47
Platforms/Subprocess+BSD.swift
48
49
50
51
endif()
52
53
0 commit comments