diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index ad57a254..ee8e3b34 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -26,7 +26,6 @@ rule path_options ( properties * ) return $(result) ; } - # # ICU configuration: # @@ -78,9 +77,12 @@ if ! $(disable-icu) ICU_OPTS = $(ICU_PATH)/include - icuuc - icudt - icuin + shared:icuuc/shared + shared:icudt/shared + shared:icuin/shared + static:icuuc + static:icudt + static:icuin BOOST_HAS_ICU=1 static:U_STATIC_IMPLEMENTATION=1 ;