forked from boostorg/regex
Remove more workarounds, start testing standalone mode.
This commit is contained in:
@ -119,6 +119,9 @@ if ! $(disable-icu)
|
||||
exe has_icu : has_icu_test.cpp : $(ICU_OPTS) ;
|
||||
explicit has_icu ;
|
||||
|
||||
obj is_legacy_03 : is_legacy_03.cpp ;
|
||||
explicit is_legacy_03 ;
|
||||
|
||||
alias icu_options : : : : [ check-target-builds has_icu : $(ICU_OPTS) : ] ;
|
||||
|
||||
SOURCES =
|
||||
|
Reference in New Issue
Block a user