From 7e2deed7c5709d1f73ec001d5ec36fd086aa70ad Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 2 Feb 2018 16:34:33 +0200 Subject: third_party/popt/wscript: update to handle waf 2.0.4 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- third_party/popt/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/popt/wscript b/third_party/popt/wscript index a613ff648fb..ea655bb484c 100644 --- a/third_party/popt/wscript +++ b/third_party/popt/wscript @@ -1,6 +1,6 @@ #!/usr/bin/env python -import Options +from waflib import Options def configure(conf): if conf.CHECK_POPT(): -- cgit v1.2.1