mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-03 10:35:42 +00:00
Merge pull request #108 from Aimless-Wanderer/patch-1
build: fix travis ci
This commit is contained in:
commit
798120f5fb
@ -16,7 +16,7 @@ def configure(conf):
|
|||||||
hlDefNode = conf.path.find_resource("./hl.def")
|
hlDefNode = conf.path.find_resource("./hl.def")
|
||||||
|
|
||||||
if hlDefNode is not None:
|
if hlDefNode is not None:
|
||||||
conf.env.append_unique('LINKFLAGS', f'/def:{hlDefNode.abspath()}')
|
conf.env.append_unique('LINKFLAGS', '/def:%s' % hlDefNode.abspath())
|
||||||
else:
|
else:
|
||||||
conf.fatal("Could not find hl.def")
|
conf.fatal("Could not find hl.def")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user