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