From 7b9cb2d1efab0a4b7cb75a8d4b2307f49271dad1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 27 Dec 2009 19:40:22 +0000 Subject: [PATCH] Avoid defining COMPILER_PREFIX for autoconf format. This fixes a fatal bakefile error due to undefined COMPILER variable when using wx presets with autoconf backend introduced in r62458. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/wxpresets/presets/wx.bkl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/bakefiles/wxpresets/presets/wx.bkl b/build/bakefiles/wxpresets/presets/wx.bkl index ff06b7f6fd..9a22a95ce9 100644 --- a/build/bakefiles/wxpresets/presets/wx.bkl +++ b/build/bakefiles/wxpresets/presets/wx.bkl @@ -273,7 +273,9 @@ u - $(COMPILER) + + $(COMPILER) +