From 3b98dc901a589f7a50b336aa4573743e5f5a732c Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 19 Jan 2020 18:16:37 +0000 Subject: [PATCH] Change ICU configuration to support cross-compiling. Fixes: https://github.com/boostorg/regex/issues/78 --- build/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index f5415728..e4de0afd 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -116,7 +116,7 @@ if ! $(disable-icu) } -unit-test has_icu : has_icu_test.cpp : $(ICU_OPTS) ; +exe has_icu : has_icu_test.cpp : $(ICU_OPTS) ; explicit has_icu ; alias icu_options : : : : [ check-target-builds has_icu : $(ICU_OPTS) : ] ;