mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-28 10:24:20 +01:00
Disable symbol upload on Mac until symbol dumping is fixed.
This commit is contained in:
parent
4056f901ed
commit
c6878b0861
@ -472,5 +472,7 @@ if builder.backend == 'amb2':
|
||||
|
||||
builder.Build(BuildScripts, { 'MMS': MMS })
|
||||
|
||||
if builder.options.breakpad_dump:
|
||||
# TODO: Symbol dumping temporarily broken on Mac
|
||||
if builder.target.platform != 'mac':
|
||||
if builder.options.breakpad_dump:
|
||||
builder.Build('support/buildbot/BreakpadSymbols', { 'MMS': MMS })
|
||||
|
Loading…
Reference in New Issue
Block a user