update waf build reference (#22)
parent
54bb708d48
commit
d73491bc28
2
wscript
2
wscript
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env
|
#!/usr/bin/env
|
||||||
'''
|
'''
|
||||||
wscript - Waf build script for NORM
|
wscript - Waf build script for NORM
|
||||||
See http://waf.googlecode.com/ for more information.
|
See https://gitlab.com/ita1024/waf/ for more information.
|
||||||
|
|
||||||
In order to use different build directories (for example, a release and a debug
|
In order to use different build directories (for example, a release and a debug
|
||||||
build), use the -o (--out) flag when configuring. For example:
|
build), use the -o (--out) flag when configuring. For example:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue