summaryrefslogtreecommitdiff
path: root/devel/wxformbuilder/files/patch-build_premake_wxwidgets.lua
blob: f2ddcb3a625bb5d61109ed8173d6e1b84afc2add (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/premake/wxwidgets.lua.orig	2015-08-29 07:09:15 UTC
+++ build/premake/wxwidgets.lua
@@ -246,7 +246,7 @@ function wx_config_Private(wxRoot, wxDeb
 
     -- use wx-config to figure out build parameters
     function wx_config_for_posix()
-        local configCmd = "wx-config" -- this is the wx-config command line
+        local configCmd = "%%WX_CONFIG%%" -- this is the wx-config command line
         if wxRoot ~= "" then configCmd = path.join(wxRoot, "wx-config") end
 
         local function checkYesNo(value, option)