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
build: ensure that dependencies are tracked properly
Use `add_custom_command` and `add_custom_target`. This ensures that the
ordering dependencies are properly honoured by ninja. This fixes an
issue where sometimes I would see `swiftDispatch` being built prior to
the module map symlinks being established.
0 commit comments