Skip to content

Commit 5c68b61

Browse files
committed
Fix linker argument in patch
1 parent 3ca9b6c commit 5c68b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/patches/page-size-16KB-81398-targets.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ index fba09416ddb..3fbc51955f4 100644
66

77
flags += '-sdk %s/sysroot ' % (android_toolchain_path)
88
flags += '-tools-directory %s/bin' % (android_toolchain_path)
9-
+ flags += ' --Xclang-linker -Wl,-z,max-page-size=16384'
9+
+ flags += ' -Xclang-linker -Wl,-z,max-page-size=16384'
1010
return flags
1111

1212
def cmake_options(self, args):

0 commit comments

Comments
 (0)