Workaround for XCTest buildsystem rpath bug

This commit is contained in:
Gwynne Raskind
2023-03-13 16:55:14 -05:00
committed by GitHub
parent 009ee7efb7
commit 207ceae94b

View File

@@ -269,6 +269,8 @@ int autolink_extract_main(ArrayRef<const char *> Args, const char *Argv0,
{"-lcurl", false},
{"-lxml2", false},
{"-luuid", false},
// XCTest runtime libs (due to an RPATH bug, this must come after Foundation)
{"-lXCTest", false},
// ICU Swift runtime libs
{"-licui18nswift", false},
{"-licuucswift", false},