Exchanged compile flags so that local include paths
are used before others (such as PangoFT2'2). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4966,8 +4966,8 @@ fi
|
|||||||
EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
|
EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
|
||||||
|
|
||||||
dnl remove the extra white space from the cc/c++/ld options
|
dnl remove the extra white space from the cc/c++/ld options
|
||||||
CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
|
CFLAGS=`echo $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
|
||||||
CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
|
CXXFLAGS=`echo $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
|
||||||
LIBS=`echo $LIBS | sed 's/ \+/ /g'`
|
LIBS=`echo $LIBS | sed 's/ \+/ /g'`
|
||||||
|
|
||||||
LDFLAGS="$LDFLAGS $PROFILE"
|
LDFLAGS="$LDFLAGS $PROFILE"
|
||||||
|
Reference in New Issue
Block a user