Skip to content

Commit d735dea

Browse files
committed
Revert "Add linkage to swiftSwiftOnoneSupport"
This reverts commit d8f0f0c.
1 parent d8f0f0c commit d735dea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
foundation.CFLAGS = '-DDEPLOYMENT_TARGET_MACOSX '
2424
foundation.LDFLAGS = '-licucore -twolevel_namespace -Wl,-alias_list,CoreFoundation/Base.subproj/DarwinSymbolAliases -sectcreate __UNICODE __csbitmaps CoreFoundation/CharacterSets/CFCharacterSetBitmaps.bitmap -sectcreate __UNICODE __properties CoreFoundation/CharacterSets/CFUniCharPropertyDatabase.data -sectcreate __UNICODE __data CoreFoundation/CharacterSets/CFUnicodeData-L.mapping -segprot __UNICODE r r '
2525

26-
if Configuration.current.build_mode == Configuration.Debug:
27-
foundation.LDFLAGS += '-lswiftSwiftOnoneSupport'
28-
2926
# For now, we do not distinguish between public and private headers (they are all private to Foundation)
3027
# These are really part of CF, which should ultimately be a separate target
3128
foundation.ROOT_HEADERS_FOLDER_PATH = "${PREFIX}/lib/swift"

0 commit comments

Comments
 (0)