From 404d46099cd7b6abd6bfcc78935689b607f82431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 26 Jul 2003 20:45:01 +0000 Subject: [PATCH] sync with bakefile change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/wxwin.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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):