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 d66519d commit 5a07776Copy full SHA for 5a07776
Sources/Subprocess/CMakeLists.txt
@@ -40,10 +40,14 @@ elseif(APPLE)
40
Platforms/Subprocess+BSD.swift
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>")
45
elseif(FREEBSD OR OPENBSD)
46
target_sources(Subprocess PRIVATE
47
48
49
50
51
endif()
52
53
target_compile_options(Subprocess PRIVATE
0 commit comments