Put setting of CC and CXX for wine back before compiler checks.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1323,6 +1323,8 @@ if test "$wxUSE_WINE" = "yes"; then
|
|||||||
DEFAULT_DEFAULT_wxUSE_MOTIF=0
|
DEFAULT_DEFAULT_wxUSE_MOTIF=0
|
||||||
DEFAULT_DEFAULT_wxUSE_MSW=1
|
DEFAULT_DEFAULT_wxUSE_MSW=1
|
||||||
wxUSE_SHARED=no
|
wxUSE_SHARED=no
|
||||||
|
CC=${CC:-winegcc}
|
||||||
|
CXX=${CXX:-wineg++}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
@@ -1670,9 +1672,6 @@ esac
|
|||||||
|
|
||||||
if test "$wxUSE_WINE" = "yes"; then
|
if test "$wxUSE_WINE" = "yes"; then
|
||||||
wants_win32=1
|
wants_win32=1
|
||||||
dnl FIXME: we should do a better job of testing for these
|
|
||||||
CC=winegcc
|
|
||||||
CXX=wineg++
|
|
||||||
LDFLAGS_GUI="-mwindows"
|
LDFLAGS_GUI="-mwindows"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user