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
<if cond="WX_DEBUG=='0' and WX_UNICODE=='1'">u</if>
</set>
<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>
+