changed WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1109,7 +1109,7 @@ const wxChar *wxGetInstallPrefix()
|
||||
{
|
||||
wxString prefix;
|
||||
|
||||
if ( wxGetEnv(wxT("WX_PREFIX"), &prefix) )
|
||||
if ( wxGetEnv(wxT("WXPREFIX"), &prefix) )
|
||||
return prefix.c_str();
|
||||
|
||||
#ifdef wxINSTALL_PREFIX
|
||||
|
Reference in New Issue
Block a user