mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-4154 Fix static library building on some platforms.
X-SVN-Rev: 16814
This commit is contained in:
parent
2e8a985dc6
commit
f309c41fad
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ void pkg_mode_static(UPKGOptions *o, FileStream *makefile, UErrorCode *status)
|
|||
}
|
||||
T_FileStream_writeLine(makefile, tmp);
|
||||
|
||||
sprintf(tmp, "TOCOBJ= $(NAME)_dat%s \n\n", OBJ_SUFFIX);
|
||||
sprintf(tmp, "TOCOBJ= $(NAME)_dat.$(STATIC_O)\n\n");
|
||||
T_FileStream_writeLine(makefile, tmp);
|
||||
|
||||
#ifdef OS400
|
||||
|
|
Loading…
Add table
Reference in a new issue