fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
337d7956cc
commit
ab346a0c3f
@ -42,7 +42,7 @@ while test $# -gt 0; do
|
||||
if test @includedir@ != /usr/include ; then
|
||||
includes=-I@includedir@
|
||||
fi
|
||||
includes="$includes -I@includedir@/@host@/wx"
|
||||
includes="$includes -I@includedir@/wx/@host@"
|
||||
echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
|
||||
;;
|
||||
--libs)
|
||||
|
Loading…
Reference in New Issue
Block a user