]> git.saurik.com Git - wxWidgets.git/commitdiff
no EXTRALIBS on windows
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 1 Jul 2003 13:20:57 +0000 (13:20 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 1 Jul 2003 13:20:57 +0000 (13:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/config.bkl

index c7bcbd6d4d98f3c0ee7adb8d51921a7fb8f562d9..811fb1e3efabf66baf843fc96a5afa52c45956e1 100644 (file)
@@ -98,7 +98,7 @@
         <set var="TOOLKIT_LOWERCASE">$(TOOLKIT.lower())</set>
         <set var="TOOLKIT_VERSION"/>
         <set var="SAMPLES_RPATH_FLAG"/>
-        <option name="EXTRALIBS"/>
+        <set var="EXTRALIBS"/>
 
         <set var="SRCDIR">
             <if cond="BUILDING_LIB=='1'">..</if>