From 3e26285cefa3a0c72d09203cc2a11ff9d5fb42a9 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 14 Dec 2019 14:50:58 +0000 Subject: make install, uninstall: fix rules and require variant to be set. --- configure.py | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.py') diff --git a/configure.py b/configure.py index beea0c2c..e68c4c47 100644 --- a/configure.py +++ b/configure.py @@ -13,6 +13,7 @@ from talerbuildconfig import * b = BuildConfig() b.enable_prefix() +b.enable_variant() b.enable_configmk() b.add_tool(PythonTool()) b.add_tool(PyBabelTool()) -- cgit v1.2.3