File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
if Configuration .current .target .sdk == OSType .Linux :
17
17
cf .CFLAGS = '-DDEPLOYMENT_TARGET_LINUX -D_GNU_SOURCE -DCF_CHARACTERSET_DATA_DIR="CharacterSets" '
18
- cf .LDFLAGS = '-Wl,@./linux.ld -Wl, -Bsymbolic '
18
+ cf .LDFLAGS = '-Wl,-Bsymbolic '
19
19
Configuration .current .requires_pkg_config = True
20
20
elif Configuration .current .target .sdk == OSType .FreeBSD :
21
21
cf .CFLAGS = '-DDEPLOYMENT_TARGET_FREEBSD -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/curl '
Original file line number Diff line number Diff line change 16
16
swift_cflags = ['-DDEPLOYMENT_RUNTIME_SWIFT' ]
17
17
if Configuration .current .target .sdk == OSType .Linux :
18
18
foundation .CFLAGS = '-DDEPLOYMENT_TARGET_LINUX -D_GNU_SOURCE -DCF_CHARACTERSET_DATA_DIR="CoreFoundation/CharacterSets"'
19
- foundation .LDFLAGS = '${SWIFT_USE_LINKER} -Wl,@./CoreFoundation/linux.ld - lswiftGlibc -Wl,-Bsymbolic '
19
+ foundation .LDFLAGS = '${SWIFT_USE_LINKER} -lswiftGlibc -Wl,-Bsymbolic '
20
20
Configuration .current .requires_pkg_config = True
21
21
elif Configuration .current .target .sdk == OSType .FreeBSD :
22
22
foundation .CFLAGS = '-DDEPLOYMENT_TARGET_FREEBSD -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/curl '
You can’t perform that action at this time.
0 commit comments