diff options
Diffstat (limited to 'build_custom_waf.sh')
-rw-r--r-- | build_custom_waf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_custom_waf.sh b/build_custom_waf.sh index 4cac451..c99a256 100644 --- a/build_custom_waf.sh +++ b/build_custom_waf.sh @@ -2,4 +2,4 @@ # Run this script from the waf source directory to build a custom waf script # which includes autowaf (and the other listed tools) -./waf-light -v --make-waf --tools=doxygen,swig,gnu_dirs,/path/to/autowaf/autowaf.py --prelude=''
\ No newline at end of file +./waf-light -v --make-waf --tools=doxygen,swig,/path/to/autowaf/autowaf.py --prelude='' |