From 75d80b79a1fcf323515eaccbc9fc76641e60b354 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 25 Feb 2020 14:22:33 +0300 Subject: Release version 65.1.0+2 Fix linkage of statically built ICU libraries --- libicuuc/libicu/buildfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libicuuc/libicu') 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. # -- cgit v1.1