mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-03-30 16:35:50 +02:00
Probably fix build on Clang.
This commit is contained in:
parent
59352d24de
commit
aa11fe53ea
@ -147,6 +147,8 @@ class MMSConfig(object):
|
||||
cfg.cxxflags += ['-Wno-delete-non-virtual-dtor']
|
||||
if cxx.name == 'gcc':
|
||||
cfg.cflags += ['-mfpmath=sse']
|
||||
if cxx.name == 'clang':
|
||||
cfg.cxxflags += ['-Wno-implicit-exception-spec-mismatch']
|
||||
|
||||
elif cxx.name == 'msvc':
|
||||
if builder.options.debug == '1':
|
||||
|
Loading…
x
Reference in New Issue
Block a user