Browse Source

waf: lilrc -> karllinden

tags/v1.9.12
Karl Linden 7 years ago
parent
commit
d4fdd6ac26
No known key found for this signature in database GPG Key ID: C0F669D8CE2576AB
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .wafupdaterc
  2. +1
    -1
      wscript

+ 1
- 1
.wafupdaterc 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


+ 1
- 1
wscript 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:


Loading…
Cancel
Save