From 4fbfc9525431feab39dbf1de2f83a8bdd80d0c38 Mon Sep 17 00:00:00 2001 From: kamil Date: Sat, 18 Jun 2016 14:45:43 +0000 Subject: Include pyversion.mk to fix build CMake Error at llvm/CMakeLists.txt:340 (message): Unable to find Python interpreter, required for builds and testing. --- emulators/keystone/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/keystone/Makefile b/emulators/keystone/Makefile index 8e40691eb86..d5f5205df5b 100644 --- a/emulators/keystone/Makefile +++ b/emulators/keystone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/06/14 06:59:43 kamil Exp $ +# $NetBSD: Makefile,v 1.3 2016/06/18 14:45:43 kamil Exp $ .include "Makefile.common" @@ -14,4 +14,5 @@ LICENSE= gnu-gpl-v2 CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON CMAKE_ARGS+= -DLLVM_TARGETS_TO_BUILD=all +.include "../../lang/python/pyversion.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3