mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 18:38:30 +00:00
Update for latest AMBuild API (no bug, r=me).
This commit is contained in:
parent
b6c7ac80c8
commit
6992f85f87
@ -16,7 +16,7 @@ for task in MMS.binaries:
|
|||||||
builder.AddCopy(task.binary, bin_folder)
|
builder.AddCopy(task.binary, bin_folder)
|
||||||
|
|
||||||
if task.debug:
|
if task.debug:
|
||||||
pdb_list.extend(task.debug)
|
pdb_list.append(task.debug)
|
||||||
|
|
||||||
# Generate PDB info.
|
# Generate PDB info.
|
||||||
with open(os.path.join(builder.buildPath, 'pdblog.txt'), 'wt') as fp:
|
with open(os.path.join(builder.buildPath, 'pdblog.txt'), 'wt') as fp:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user