]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/wxpresets/presets/wx.bkl
fix GCC warning
[wxWidgets.git] / build / bakefiles / wxpresets / presets / wx.bkl
index ff06b7f6fd803c7428e07f222d9ebf781279667d..9a22a95ce9e74d2950671c04742181df11ea6cf7 100644 (file)
         <if cond="WX_DEBUG=='0' and WX_UNICODE=='1'">u</if>
     </set>
 
-    <set var="COMPILER_PREFIX" make_var="1">$(COMPILER)</set>
+    <if cond="FORMAT!='autoconf'">
+        <set var="COMPILER_PREFIX" make_var="1">$(COMPILER)</set>
+    </if>