Skip to content

Commit c1c7597

Browse files
committed
Add CoreFoundation uuid to the static libs
No idea whether this is good, was flying around here :-) We need proper static linking support which should be available now as part of the 5.3 fixes (Issue #3).
1 parent 124e88e commit c1c7597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/swift-lambda-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static=${static:=no}
7777
if [[ "x${static}" = "xyes" ]]; then
7878
# linking higher level stuff doesn't work quite right yet
7979
#static_libs=${static_libs:=CoreFoundation CFXMLInterface FoundationXML icui18nswift icuucswift icudataswift DispatchStubs}
80-
static_libs=${static_libs:=icui18nswift icuucswift icudataswift DispatchStubs dispatch atomic}
80+
static_libs=${static_libs:=CoreFoundation uuid icui18nswift icuucswift icudataswift DispatchStubs dispatch atomic}
8181
IFS=', ' read -r -a static_libs_a <<< "$static_libs"
8282
else
8383
static_libs=

0 commit comments

Comments
 (0)