mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-3389 Fix for non-Cygwin platforms.
X-SVN-Rev: 14827
This commit is contained in:
parent
e2dbedcc87
commit
2b89e7cde2
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ BINDIR=$(top_builddir)/bin
|
|||
# Current full path directory.
|
||||
CURR_FULL_DIR=$(shell pwd)
|
||||
# Current full path directory for use in source code in a -D compiler option.
|
||||
CURR_SRCCODE_FULL_DIR=$(subst \,\\\\,$(shell cygpath -wa .))
|
||||
CURR_SRCCODE_FULL_DIR=$(shell pwd)
|
||||
|
||||
# Link commands to link to ICU libs
|
||||
LIBICUDT= -L$(LIBDIR) -l$(ICUPREFIX)data$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)
|
||||
|
|
Loading…
Add table
Reference in a new issue