mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-12563 fix cross-compile with mingw
X-SVN-Rev: 39215
This commit is contained in:
parent
12b103f98a
commit
f334e613c1
1 changed files with 2 additions and 2 deletions
|
@ -68,13 +68,13 @@ SO_TARGET_VERSION_SUFFIX =
|
|||
endif
|
||||
|
||||
# Static library prefix and file extension
|
||||
LIBSICU = lib$(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
|
||||
LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
|
||||
A = a
|
||||
|
||||
## An import library is needed for z/OS and MSVC
|
||||
IMPORT_LIB_EXT = .dll.a
|
||||
|
||||
LIBPREFIX=
|
||||
LIBPREFIX=lib
|
||||
|
||||
# Change the stubnames so that poorly working FAT disks and installation programs can work.
|
||||
# This is also for backwards compatibility.
|
||||
|
|
Loading…
Add table
Reference in a new issue