include the path to the real setup.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -50,7 +50,9 @@ for f in $headerlist; do
|
||||
done
|
||||
|
||||
# filter the configure flags to pass to gccxml
|
||||
flags="@CXXFLAGS@"
|
||||
wx_top_builddir="@wx_top_builddir@"
|
||||
top_srcdir="@top_srcdir@"
|
||||
flags="@CPPFLAGS@ @CXXFLAGS@"
|
||||
|
||||
# NOTE: it's important to define __WXDEBUG__ because some functions of wx
|
||||
# are declared (and thus parsed by gcc) only if that symbol is defined.
|
||||
|
Reference in New Issue
Block a user