mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-30 19:52:17 +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…
x
Reference in New Issue
Block a user