]> git.saurik.com Git - wxWidgets.git/commitdiff
made WX_CONFIG default configurable
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 29 Mar 2006 16:48:46 +0000 (16:48 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 29 Mar 2006 16:48:46 +0000 (16:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wxpresets/presets/wx_unix.bkl

index 4a0f195fe451f45eb7e914f1027a4a5d1f68cfae..d08f13e52d49ad050e692b4aa4dee4231da14849 100644 (file)
@@ -38,8 +38,9 @@ Format-specific notes:
     <!-- ============================================================== -->
 
     <if cond="FORMAT=='gnu'">
+        <set var="WX_CONFIG_DEFAULT" overwrite="0">wx-config</set>
         <option name="WX_CONFIG">
-            <default-value>wx-config</default-value>
+            <default-value>$(WX_CONFIG_DEFAULT)</default-value>
             <description>Location and arguments of wx-config script</description>
         </option>
         <option name="WX_CFLAGS">