mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Workaround for XCTest buildsystem rpath bug
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user