File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -220,9 +220,6 @@ foreach(sdk ${SWIFT_SDKS})
220
220
${libpthread}
221
221
${android_libraries}
222
222
-lswiftCore
223
- ${libicu_i18n_a}
224
- ${libicu_uc_a}
225
- ${libicu_data_a}
226
223
-lstdc++
227
224
-lm
228
225
-Xlinker -export-dynamic
Original file line number Diff line number Diff line change @@ -2596,7 +2596,7 @@ for host in "${ALL_HOSTS[@]}"; do
2596
2596
${libicu_enable_debug} \
2597
2597
--enable-renaming --with-library-suffix=swift \
2598
2598
--libdir=${ICU_TMPLIBDIR} \
2599
- --enable-shared --enable-static \
2599
+ --enable-shared --enable-static --enable-rpath \
2600
2600
--enable-strict --disable-icuio \
2601
2601
--disable-plugins --disable-dyload --disable-extras \
2602
2602
--disable-samples --disable-layoutex --with-data-packaging=auto
You can’t perform that action at this time.
0 commit comments