mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
parent
98da7143a5
commit
f46abefbea
1 changed files with 2 additions and 2 deletions
|
@ -266,9 +266,9 @@ INSTALLED_INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(libdir):$$$(LDLIBRARYPATH_ENVVAR)
|
|||
include @platform_make_fragment@
|
||||
|
||||
# Current full path directory.
|
||||
CURR_FULL_DIR=$(shell pwd | sed 's/ /\\ /g')
|
||||
CURR_FULL_DIR?=$(shell pwd | sed 's/ /\\ /g')
|
||||
# Current full path directory for use in source code in a -D compiler option.
|
||||
CURR_SRCCODE_FULL_DIR=$(shell pwd | sed 's/ /\\ /')
|
||||
CURR_SRCCODE_FULL_DIR?=$(shell pwd | sed 's/ /\\ /')
|
||||
|
||||
# When shared libraries are disabled and static libraries are enabled,
|
||||
# the C++ compiler must be used to link in the libraries for the tools.
|
||||
|
|
Loading…
Add table
Reference in a new issue