]> git.saurik.com Git - wxWidgets.git/commitdiff
Define COMPILER_PREFIX as COMPILER if it's not defined.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Oct 2009 08:59:33 +0000 (08:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Oct 2009 08:59:33 +0000 (08:59 +0000)
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

build/bakefiles/wxpresets/presets/wx.bkl

index e030b3b90e9c169599df0ee2c91e597a080be6f2..eae18ed22048a9b815e047d3044fced1609a0cf9 100644 (file)
         <if cond="WX_DEBUG=='0' and WX_UNICODE=='1'">u</if>
     </set>
 
+    <!-- FIXME: how to make it a make var? -->
+    <set var="COMPILER_PREFIX">$(COMPILER)</set>
+