mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3821 Fix a path issue
X-SVN-Rev: 16039
This commit is contained in:
parent
81e65e527f
commit
0b8d26f1cf
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ ICD=$(ICUDATA)^\
|
|||
DATA_PATH=$(ICUP)\data^\
|
||||
ICUTOOLS=$(ICUP)\bin
|
||||
|
||||
PATH = $(PATH);$(ICUP)\bin
|
||||
PATH = $(ICUP)\bin;$(PATH)
|
||||
|
||||
# Suffixes for data files
|
||||
.SUFFIXES : .ucm .cnv .dll .dat .res .txt .c
|
||||
|
|
Loading…
Add table
Reference in a new issue