mirror of
https://github.com/boostorg/regex.git
synced 2026-04-29 02:03:38 +02:00
Allow the Jamfile to work correctly when both HAVE_ICU and ICU_PATH are set.
[SVN r55279]
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ rule check-icu-config ( )
|
||||
|
||||
if ! $(gICU_CONFIG_CHECKED)
|
||||
{
|
||||
if $(HAVE_ICU)
|
||||
if $(HAVE_ICU) && ! $(ICU_PATH)
|
||||
{
|
||||
gHAS_ICU = true ;
|
||||
gICU_CORE_LIB = icuuc ;
|
||||
|
||||
Reference in New Issue
Block a user