mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-11 05:47:42 -06:00
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:
parent
601b9dfa71
commit
15b8639ec8
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user