Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request FWGS#108 from Aimless-Wanderer/patch-1
Browse files Browse the repository at this point in the history
build: fix travis ci
  • Loading branch information
a1batross committed Nov 1, 2019
2 parents 576e6be + b604d86 commit 798120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def configure(conf):
hlDefNode = conf.path.find_resource("./hl.def")

if hlDefNode is not None:
conf.env.append_unique('LINKFLAGS', f'/def:{hlDefNode.abspath()}')
conf.env.append_unique('LINKFLAGS', '/def:%s' % hlDefNode.abspath())
else:
conf.fatal("Could not find hl.def")

Expand Down

0 comments on commit 798120f

Please sign in to comment.