From 4d9153646b79616988baf143c3597b37a778e989 Mon Sep 17 00:00:00 2001 From: Apple Date: Fri, 18 Dec 2020 07:19:05 +0000 Subject: [PATCH] libpthread-454.60.1.tar.gz --- xcodescripts/pthread.xcconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xcodescripts/pthread.xcconfig b/xcodescripts/pthread.xcconfig index e5ca03d..897c54b 100644 --- a/xcodescripts/pthread.xcconfig +++ b/xcodescripts/pthread.xcconfig @@ -83,6 +83,8 @@ LINK_WITH_STANDARD_LIBRARIES = NO DYLIB_CURRENT_VERSION = $(RC_ProjectSourceVersion) DYLIB_COMPATIBILITY_VERSION = 1 DIRTY_LDFLAGS = -Wl,-dirty_data_list,$(SRCROOT)/xcodescripts/pthread.dirty +// i386 Simulator shared-cache cannot handle __data_dirty +DIRTY_LDFLAGS[sdk=macos*][arch=i386] = LEGACY_ALIAS_LDFLAGS = LEGACY_ALIAS_LDFLAGS[sdk=macos*][arch=i386*] = -Wl,-alias_list,$(SRCROOT)/xcodescripts/pthread-i386.aliases -- 2.47.2