mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This fixes the -static-executable part of the problem reported in SR-7038 (rdar://problem/37710244).
16 lines
272 B
Plaintext
16 lines
272 B
Plaintext
-static
|
|
-lswiftCore
|
|
-lswiftImageInspectionShared
|
|
-Xlinker
|
|
--defsym=__import_pthread_self=pthread_self
|
|
-Xlinker
|
|
--defsym=__import_pthread_once=pthread_once
|
|
-Xlinker
|
|
--defsym=__import_pthread_key_create=pthread_key_create
|
|
-lpthread
|
|
-latomic
|
|
-licui18n
|
|
-licuuc
|
|
-licudata
|
|
-ldl
|