mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 10:28:30 +00:00
Update for latest AMBuild API (no bug, r=me).
This commit is contained in:
parent
e936018602
commit
fb14b7f08b
@ -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