summaryrefslogtreecommitdiff
path: root/libicuio
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 /libicuio
parent29827fde524a42fe343b32ea3c2f543e9ed3ee55 (diff)
Release version 65.1.0+2v65.1.0+2
Fix linkage of statically built ICU libraries
Diffstat (limited to 'libicuio')
-rw-r--r--libicuio/libicuio/buildfile5
-rw-r--r--libicuio/manifest2
2 files changed, 4 insertions, 3 deletions
diff --git a/libicuio/libicuio/buildfile b/libicuio/libicuio/buildfile
index 2fc6f89..8d5da32 100644
--- a/libicuio/libicuio/buildfile
+++ b/libicuio/libicuio/buildfile
@@ -42,8 +42,7 @@ switch $tclass, $tsys
cxx.poptions =+ "-I$src_base/io"
-if $windows
- obja{*}: cxx.poptions += -DU_STATIC_IMPLEMENTATION
+obja{*}: cxx.poptions += -DU_STATIC_IMPLEMENTATION
switch $cxx.class, $tsys
{
@@ -95,6 +94,8 @@ lib{icuio}:
cc.export.libs = $int_libs
}
+liba{icuio}: cc.export.poptions += -DU_STATIC_IMPLEMENTATION
+
# See bootstrap.build for details.
#
if $version.pre_release
diff --git a/libicuio/manifest b/libicuio/manifest
index ac83b46..f7c3435 100644
--- a/libicuio/manifest
+++ b/libicuio/manifest
@@ -1,6 +1,6 @@
: 1
name: libicuio
-version: 65.1.0+1
+version: 65.1.0+2
upstream-version: 65.1
project: icu
summary: ICU input/output C/C++ library