Skip to content
Snippets Groups Projects

fix: remove redundant cxxflags in detectors.yaml

Merged Wouter Deconinck requested to merge wdconinc-master-patch-49248 into master
2 files
+ 2
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -105,6 +105,8 @@ if __name__ == '__main__':
subprocess.check_call(' '.join(cmd), shell=True)
## build
cxxflags = ''
if os.environ['CXXFLAGS']:
cxxflags = os.environ['CXXFLAGS']
if cfg.get('cxxflags'):
cxxflags = cfg['cxxflags']
cmd = [
Loading