This repository was archived by the owner on Jul 1, 2023. It is now read-only.
Commit d2e3b0c
authored
build: correct the install rules for Darwin (#1175)
We were using the generator expression for the installation of the swift
modules on Darwin. However, with swift-numerics, the Numerics module
has an implicit link against `_NumericsShims`. This results in the
interface include directories having multiple values when computed late.
Use `get_target_property` to get the value prior to the additions,
allowing us to rename the file into place.
Thanks to @dan-zheng for reporting the issue!1 parent 5538f39 commit d2e3b0c
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
283 | 286 | | |
284 | | - | |
285 | | - | |
| 287 | + | |
| 288 | + | |
286 | 289 | | |
287 | | - | |
288 | | - | |
| 290 | + | |
| 291 | + | |
289 | 292 | | |
290 | 293 | | |
291 | | - | |
292 | | - | |
293 | 294 | | |
294 | 295 | | |
295 | 296 | | |
| |||
0 commit comments