]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common.bkl
fixed incorrect joining of substituted strings
[wxWidgets.git] / build / bakefiles / common.bkl
index fad21295c4cb3e894792aa9124f64bce5d9d95ca..5757d30e56ddf1040f40de7d9c590d53e6445ae4 100644 (file)
@@ -486,6 +486,7 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
     <!-- Link against one wxWin library. Value must be literal! -->
     <define-tag name="wx-lib" rules="exe,dll,module">
         <sys-lib>$(wxwin.libToLink(value))</sys-lib>
+        <ldlibs>$(wxwin.extraLdflags(value))</ldlibs>
         <if cond="FORMAT=='msvc6prj' and MONOLITHIC=='0'">
             <depends-on-dsp>$(wxwin.makeDspDependency(value))</depends-on-dsp>
         </if>