From: Václav Slavík Date: Sat, 26 Jul 2003 20:45:01 +0000 (+0000) Subject: sync with bakefile change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/404d46099cd7b6abd6bfcc78935689b607f82431?ds=inline sync with bakefile change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/wxwin.py b/build/bakefiles/wxwin.py index 071e25d93b..69a8d9567b 100644 --- a/build/bakefiles/wxwin.py +++ b/build/bakefiles/wxwin.py @@ -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):