waf: lilrc -> karllinden

This commit is contained in:
Karl Linden 2017-12-10 09:03:39 +01:00
parent c44a220fbe
commit d4fdd6ac26
No known key found for this signature in database
GPG Key ID: C0F669D8CE2576AB
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# This file is sourced by wafupdate when waf is updated.
# wafupdate home page: https://gitlab.com/lilrc/wafupdate
# wafupdate home page: https://gitlab.com/karllinden/wafupdate
WAFLIB_STRIP_TOOLS="
asm

View File

@ -754,7 +754,7 @@ def create_driver_obj(bld, **kw):
if bld.env['IS_MACOSX'] or bld.env['IS_WINDOWS']:
# On MacOSX this is necessary.
# I do not know if this is necessary on Windows.
# Note added on 2015-12-13 by lilrc.
# Note added on 2015-12-13 by karllinden.
if 'use' in kw:
kw['use'] += ['serverlib']
else: