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
C++ runtime library should not be hardcoded, since macOS may have either or both. Normally a compiler knows what to link to, it is not needed to specify it.
I.e. Darwin should be removed from here:
if ['ios', 'darwin', 'android'].contains(system)
cpp_lib = '-lc++'
endif
The text was updated successfully, but these errors were encountered:
C++ runtime library should not be hardcoded, since macOS may have either or both. Normally a compiler knows what to link to, it is not needed to specify it.
I.e. Darwin should be removed from here:
The text was updated successfully, but these errors were encountered: