From d73491bc280567c160a5b3d6c4c79ef44bc8afa6 Mon Sep 17 00:00:00 2001 From: rui Date: Mon, 1 Feb 2021 09:31:31 -0500 Subject: [PATCH] update waf build reference (#22) --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 595dd84..9b86062 100644 --- a/wscript +++ b/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env ''' 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 build), use the -o (--out) flag when configuring. For example: