mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Update wscript
This commit is contained in:
parent
682c1c6da9
commit
b604d86f04
@ -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…
x
Reference in New Issue
Block a user