mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1891 Use the proper build directory
X-SVN-Rev: 9298
This commit is contained in:
parent
757bb57d8a
commit
45f4e0a95b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ else
|
|||
LINK = $(LINK.c)
|
||||
endif
|
||||
|
||||
BUILDDIR := $(shell pwd)/../..
|
||||
BUILDDIR := $(shell pwd)/../../
|
||||
|
||||
# we define ICU_UNICODE_VERSION so we can test it
|
||||
CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/ctestfw -I$(top_srcdir)/tools/toolutil
|
||||
|
|
Loading…
Add table
Reference in a new issue