Skip to content

Commit

Permalink
Change ICU configuration to support cross-compiling.
Browse files Browse the repository at this point in the history
Fixes: #78
  • Loading branch information
jzmaddock committed Jan 19, 2020
1 parent b5d6069 commit 3b98dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Jamfile.v2
Expand Up @@ -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) : ] ;
Expand Down

0 comments on commit 3b98dc9

Please sign in to comment.