mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-20386 Adds workaround to icu4c/source/data/Makefile.in: Help python to find
the buildtools directory it needs when running the ICU4C unit tests in an out-of-source installation. The change is a quick workaround for now for an issue that can have wide impact.
This commit is contained in:
parent
ebd15cf8bd
commit
011c51098b
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ cleanpackage:
|
|||
$(RMV) $(LIBDIR)/*$(LIB_ICUDATA_NAME)*.$(SO)* $(LIBDIR)/$(LIB_STATIC_ICUDATA_NAME).$(A)
|
||||
|
||||
check-local:
|
||||
@PYTHON@ -m buildtool.test
|
||||
PYTHONPATH=$(srcdir) @PYTHON@ -m buildtool.test
|
||||
|
||||
# Find out if we have a source archive.
|
||||
# If we have that, then use that instead of building everything from scratch.
|
||||
|
|
Loading…
Add table
Reference in a new issue