sync with bakefile change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,9 +11,10 @@ import utils
|
|||||||
# register a substitution function for it that provides additional knowledge
|
# register a substitution function for it that provides additional knowledge
|
||||||
# about the option (in this case that it does not contain dir separators and
|
# 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):
|
# so utils.nativePaths() doesn't have to do anything with it):
|
||||||
def __noopSubst(func, opt):
|
def __noopSubst(func, name):
|
||||||
return '$(%s)' % opt.name
|
return '$(%s)' % name
|
||||||
utils.addSubstituteCallback('CFG', __noopSubst)
|
utils.addSubstituteCallback('CFG', __noopSubst)
|
||||||
|
utils.addSubstituteCallback('LIBDIRNAME', __noopSubst)
|
||||||
|
|
||||||
|
|
||||||
def mk_wxid(id):
|
def mk_wxid(id):
|
||||||
|
Reference in New Issue
Block a user