Skip to content

Commit 3ca9b6c

Browse files
committed
Fix spacing in patch argument
1 parent 0f30c76 commit 3ca9b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ index fba09416ddb..3fbc51955f4 100644
55
@@ -165,6 +165,7 @@ class AndroidPlatform(Platform):
66

77
flags += '-sdk %s/sysroot ' % (android_toolchain_path)
8-
flags += '-tools-directory %s/bin ' % (android_toolchain_path)
9-
+ flags += '--Xclang-linker -Wl,-z,max-page-size=16384'
8+
flags += '-tools-directory %s/bin' % (android_toolchain_path)
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)