From: Vadim Zeitlin Date: Mon, 19 Oct 2009 08:59:33 +0000 (+0000) Subject: Define COMPILER_PREFIX as COMPILER if it's not defined. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/41084d1604d44753119fdadfc0ded792f03eda18?ds=inline Define COMPILER_PREFIX as COMPILER if it's not defined. Temporary fix after the changes of r62323 which broke generation of makefiles using wx presets unless they explicitly defined COMPILER_PREFIX: define COMPILER_PREFIX as COMPILER by default. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/wxpresets/presets/wx.bkl b/build/bakefiles/wxpresets/presets/wx.bkl index e030b3b90e..eae18ed220 100644 --- a/build/bakefiles/wxpresets/presets/wx.bkl +++ b/build/bakefiles/wxpresets/presets/wx.bkl @@ -272,6 +272,9 @@ u + + $(COMPILER) +