We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b579cf0 commit 616662eCopy full SHA for 616662e
scripts/swift-lambda-build
@@ -254,7 +254,7 @@ spmBuild() {
254
TARGET_OPT="${SWIFT_TARGET_OPT} ${SWIFT_TARGET_OPT//Xswiftc/Xcc} -Xcc -Wno-unused-command-line-argument"
255
256
# use static linking for Lambda
257
- if [[ "x${static}" = "yes" ]]; then
+ if [[ "x${static}" = "xyes" ]]; then
258
STATIC_LINK_OPT="-Xswiftc -static-stdlib"
259
for static_lib in "${static_libs_a[@]}"; do
260
STATIC_LINK_OPT="${STATIC_LINK_OPT} -Xswiftc -l${static_lib}"
0 commit comments