Revert "remove undefined -dynamic_lookup"

This reverts commit bd6ae25cbc.
This commit is contained in:
Richard Feldman 2023-05-08 15:46:53 -04:00
parent 7d67ec3f14
commit b42da4ae8d
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -1145,7 +1145,7 @@ fn link_macos(
output_path.set_extension("dylib");
(vec!["-dylib"], output_path)
(vec!["-dylib", "-undefined", "dynamic_lookup"], output_path)
}
LinkType::None => internal_error!("link_macos should not be called with link type of none"),
};