mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
thirdparty:waf: Update gccdeps from upstream
The version from upstream was updated. It is not used at this moment in Samba because there is a copy kept in builtools/wafsamba/gccdeps.py which will be removed soon. Signed-off-by: Thomas Nagy <tnagy@waf.io> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
This commit is contained in:
parent
1bc806a473
commit
88969d7529
2
third_party/waf/wafadmin/3rdparty/gccdeps.py
vendored
2
third_party/waf/wafadmin/3rdparty/gccdeps.py
vendored
@ -15,7 +15,7 @@ lock = threading.Lock()
|
||||
|
||||
preprocessor_flag = '-MD'
|
||||
|
||||
@feature('cc')
|
||||
@feature('cc', 'c')
|
||||
@before('apply_core')
|
||||
def add_mmd_cc(self):
|
||||
if self.env.get_flat('CCFLAGS').find(preprocessor_flag) < 0:
|
||||
|
Loading…
Reference in New Issue
Block a user