Browse Source

Update wscript

half-secret
Aimless-Wanderer 5 years ago committed by GitHub
parent
commit
b604d86f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dlls/wscript

2
dlls/wscript

@ -16,7 +16,7 @@ def configure(conf): @@ -16,7 +16,7 @@ def configure(conf):
hlDefNode = conf.path.find_resource("./hl.def")
if hlDefNode is not None:
conf.env.append_unique('LINKFLAGS', '/def:{}'.format(hlDefNode.abspath()))
conf.env.append_unique('LINKFLAGS', '/def:%s' % hlDefNode.abspath())
else:
conf.fatal("Could not find hl.def")

Loading…
Cancel
Save