]> git.saurik.com Git - wxWidgets.git/commitdiff
sync with bakefile change
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 26 Jul 2003 20:45:01 +0000 (20:45 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 26 Jul 2003 20:45:01 +0000 (20:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wxwin.py

index 071e25d93bec02d7646f3b67d9793dcdcae9f985..69a8d9567b6d3d6bdecdb064ea6efc4aae81a3d6 100644 (file)
@@ -11,9 +11,10 @@ import utils
 # register a substitution function for it that provides additional knowledge
 # about the option (in this case that it does not contain dir separators and
 # so utils.nativePaths() doesn't have to do anything with it):
-def __noopSubst(func, opt):
-    return '$(%s)' % opt.name
+def __noopSubst(func, name):
+    return '$(%s)' % name
 utils.addSubstituteCallback('CFG', __noopSubst)
+utils.addSubstituteCallback('LIBDIRNAME', __noopSubst)
 
 
 def mk_wxid(id):