You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
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!
0 commit comments