Commit 0b37204
committed
build: correct linking to static libdispatch on Windows
When building against the static libdispatch, we need to inform the
dispatch headers that the library will be linked statically via
`-Ddispatch_STATIC`. Wire this up onto the dispatch library to allow
`swiftDispatch` to properly propagate that flag.1 parent 6864757 commit 0b37204
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments