summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-02-02 16:34:32 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:24 +0200
commit3e71f06a86c850c6ffdf910817c51a678e8f4df7 (patch)
treec64599d62e768e0a92f77f1274af92bc596df8a1 /third_party
parentba03d12094075ba1e448720f8bc1ae4782625797 (diff)
downloadsamba-3e71f06a86c850c6ffdf910817c51a678e8f4df7.tar.gz
third_party/cmocka/wscript: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/cmocka/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cmocka/wscript b/third_party/cmocka/wscript
index 5ed56c9ceb0..9ebdd7cfbe9 100644
--- a/third_party/cmocka/wscript
+++ b/third_party/cmocka/wscript
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-import Options
+from waflib import Options
def configure(conf):
conf.CHECK_FUNCS('longjmp siglongjmp')