Skip to content

Commit c6e85b8

Browse files
committed
Fix extraCLIOptions in swift-toolset.json
1 parent 0346d7f commit c6e85b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ cat > swift-toolset.json <<EOF
675675
{
676676
"cCompiler": { "extraCLIOptions": ["-fPIC"] },
677677
"swiftCompiler": { "extraCLIOptions": ["-Xclang-linker", "-fuse-ld=lld"] },
678-
"linker": { "extraCLIOptions": ["-z,max-page-size=16384"] },
678+
"linker": { "extraCLIOptions": ["-z", "max-page-size=16384"] },
679679
"schemaVersion": "1.0"
680680
}
681681
EOF

0 commit comments

Comments
 (0)