Skip to content

Commit 0f30c76

Browse files
committed
Fix spacing in patch argument
1 parent 66e4516 commit 0f30c76

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
@@ -5,7 +5,7 @@ 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)
8+
flags += '-tools-directory %s/bin ' % (android_toolchain_path)
99
+ flags += '--Xclang-linker -Wl,-z,max-page-size=16384'
1010
return flags
1111

0 commit comments

Comments
 (0)