Skip to content

Commit

Permalink
Fix bootstrap paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvander committed Oct 13, 2023
1 parent 86e8358 commit ffd7915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support/buildbot/bootstrap.py
Expand Up @@ -11,6 +11,7 @@
def Chdir(path):
old = os.getcwd()
os.chdir(path)
print('> cd {} # {}'.format(path, os.getcwd()))
try:
yield
finally:
Expand Down Expand Up @@ -87,6 +88,7 @@ def main():
'--symbol-files',
'--targets=x86,x86_64',
'--sdks=all',
'--out=OUTPUT',
'--hl2sdk-root={}'.format(args.hl2sdk_root),
]

Expand Down

0 comments on commit ffd7915

Please sign in to comment.