Files
pkgsrc-ng/devel/lldb/patches/patch-scripts_CMakeLists.txt
2016-11-18 22:39:22 +01:00

14 lines
399 B
Plaintext

$NetBSD: patch-scripts_CMakeLists.txt,v 1.1 2016/03/28 13:13:55 kamil Exp $
--- scripts/CMakeLists.txt.orig 2015-12-06 02:57:30.000000000 +0000
+++ scripts/CMakeLists.txt
@@ -9,6 +9,8 @@ set(SWIG_HEADERS
${LLDB_SOURCE_DIR}/include/lldb/lldb-versioning.h
)
+include(FindPythonInterp)
+
find_package(SWIG REQUIRED)
add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/LLDBWrapPython.cpp