mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-5452 Fix for Windows with spaces in the PATH name.
X-SVN-Rev: 20740
This commit is contained in:
parent
205c38ecb6
commit
ecbb028b84
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ void writeCmnRules(UPKGOptions *o, FileStream *makefile)
|
|||
|
||||
infiles = o->files;
|
||||
sprintf(tmp, "\"$(TARGETDIR)\\$(CMNTARGET)\" : $(DATAFILEPATHS)\n"
|
||||
"\t%s\"$(ICUPKG)\" -t%c %s%s%s -s \"$(SRCDIR)\" -a $(LISTFILES) new \"$(TARGETDIR)\\$(CMNTARGET)\"\n",
|
||||
"\t%s\"$(ICUPKG)\" -t%c %s%s%s -s \"$(SRCDIR)\" -a \"$(LISTFILES)\" new \"$(TARGETDIR)\\$(CMNTARGET)\"\n",
|
||||
(o->verbose ? "" : "@"),
|
||||
(U_IS_BIG_ENDIAN ? 'b' : 'l'),
|
||||
(o->comment ? "-C \"" : ""),
|
||||
|
|
Loading…
Add table
Reference in a new issue