summaryrefslogtreecommitdiff
path: root/libicuuc/libicu
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-25 14:22:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-25 16:35:45 +0300
commit75d80b79a1fcf323515eaccbc9fc76641e60b354 (patch)
tree7793e96dc3a9737f32a95454d11ac637aff16c18 /libicuuc/libicu
parent29827fde524a42fe343b32ea3c2f543e9ed3ee55 (diff)
Release version 65.1.0+2v65.1.0+2
Fix linkage of statically built ICU libraries
Diffstat (limited to 'libicuuc/libicu')
-rw-r--r--libicuuc/libicu/buildfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libicuuc/libicu/buildfile b/libicuuc/libicu/buildfile
index b54b35b..0730410 100644
--- a/libicuuc/libicu/buildfile
+++ b/libicuuc/libicu/buildfile
@@ -61,8 +61,7 @@ switch $tclass, $tsys
cc.poptions =+ "-I$src_root" "-I$src_base/uc"
-if $windows
- obja{*}: cc.poptions += -DU_STATIC_IMPLEMENTATION
+obja{*}: cc.poptions += -DU_STATIC_IMPLEMENTATION
switch $c.class, $tsys
{
@@ -147,7 +146,8 @@ switch $tclass, $tsys
# We don't export libicudata since it is not of much use to anyone except
# libicuuc.
#
-lib{icuuc}: cc.export.poptions = "-I$src_base/uc"
+lib{icuuc}: cc.export.poptions = "-I$src_base/uc"
+liba{icuuc}: cc.export.poptions += -DU_STATIC_IMPLEMENTATION
# See bootstrap.build for details.
#