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:
Norbert Runge 2019-01-31 14:22:38 -08:00 committed by gnrunge
parent ebd15cf8bd
commit 011c51098b

View file

@ -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.