Browse Source

wscript: Use gccdeps module.

tags/non-daw-v1.2.0
Jonathan Moore Liles 10 years ago
parent
commit
e4d0945bf9
2 changed files with 1 additions and 0 deletions
  1. BIN
      waf
  2. +1
    -0
      wscript

BIN
waf View File


+ 1
- 0
wscript View File

@@ -30,6 +30,7 @@ def configure(conf):
conf.load('compiler_cxx')
conf.load('gnu_dirs')
conf.load('ntk_fluid')
conf.load('gccdeps')
conf.line_just = 52

optimization_flags = [


Loading…
Cancel
Save