From 6884d3a245d59e7f8c02133c1ffa1fc2b60061b3 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sat, 5 Dec 2015 07:50:33 +0000 Subject: [PATCH] Fix references to non existent function and variable due to a refactor in 041c02feb7aa682ecc887a2a1064b5729c68a5b4. Spotted by @NikolajBjorner --- scripts/mk_util.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/mk_util.py b/scripts/mk_util.py index d7021b570..3e5590d5e 100644 --- a/scripts/mk_util.py +++ b/scripts/mk_util.py @@ -671,12 +671,11 @@ def parse_options(): # Handle the Python package directory if not IS_WINDOWS: if not PYTHON_PACKAGE_DIR.startswith(PREFIX): - printPythonPackageMessage("ERROR") print(("ERROR: The detected Python package directory (%s)" " does not live under the installation prefix (%s)" ". This would lead to a broken installation." "Use --pypkgdir= to change the Python package directory") % - (errorType, PYTHON_PACKAGE_DIR, PREFIX)) + (PYTHON_PACKAGE_DIR, PREFIX)) sys.exit(1) # Return a list containing a file names included using '#include' in