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: allow building on Linux without Swift_FLAGS
When CMAKE_Swift_FLAGS is empty, the string substitution will be empty,
resulting in insufficient parameters to the REPLACE operation. The
quoting ensures that an empty string does not cause that failure.
0 commit comments