mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 10:28:30 +00:00
Fix bootstrap paths.
This commit is contained in:
parent
86e8358055
commit
ffd7915d92
@ -11,6 +11,7 @@ import subprocess
|
||||
def Chdir(path):
|
||||
old = os.getcwd()
|
||||
os.chdir(path)
|
||||
print('> cd {} # {}'.format(path, os.getcwd()))
|
||||
try:
|
||||
yield
|
||||
finally:
|
||||
@ -87,6 +88,7 @@ def main():
|
||||
'--symbol-files',
|
||||
'--targets=x86,x86_64',
|
||||
'--sdks=all',
|
||||
'--out=OUTPUT',
|
||||
'--hl2sdk-root={}'.format(args.hl2sdk_root),
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user