mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-6167 Fix substitution error for certain icu-config options.
X-SVN-Rev: 24546
This commit is contained in:
parent
3f28436823
commit
544abb1c9d
1 changed files with 3 additions and 3 deletions
|
@ -227,12 +227,12 @@ do
|
|||
;;
|
||||
|
||||
--ldflags)
|
||||
echo $ECHO_N "${LDFLAGS $ICULIBS $LIBS}${ECHO_C} "
|
||||
echo $ECHO_N "${LDFLAGS} ${ICULIBS} ${LIBS}${ECHO_C} "
|
||||
# $RPATH_LDFLAGS
|
||||
;;
|
||||
|
||||
--ldflags-libsonly)
|
||||
echo $ECHO_N "${ICULIBS_I18N $ICULIBS_COMMON $ICULIBS_DATA}${ECHO_C} "
|
||||
echo $ECHO_N "${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA}${ECHO_C} "
|
||||
;;
|
||||
|
||||
--ldflags-icuio)
|
||||
|
@ -248,7 +248,7 @@ do
|
|||
;;
|
||||
|
||||
--ldflags-layout)
|
||||
echo $ECHO_N "${ICULIBS_LAYOUT $ICULIBS_LAYOUTEX}${ECHO_C} "
|
||||
echo $ECHO_N "${ICULIBS_LAYOUT} ${ICULIBS_LAYOUTEX}${ECHO_C} "
|
||||
;;
|
||||
|
||||
--ldflags-searchpath)
|
||||
|
|
Loading…
Add table
Reference in a new issue