22 lines
674 B
Diff
22 lines
674 B
Diff
From 42cd487bdaad006ba0a7792487a920c660e3d395 Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Thu, 23 Sep 2021 08:47:00 +0200
|
|
Subject: [PATCH 1/1] Make host-python-pybind available
|
|
|
|
---
|
|
package/python-pybind/python-pybind.mk | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/package/python-pybind/python-pybind.mk b/package/python-pybind/python-pybind.mk
|
|
index a6a1bdb976..ec3a96ca64 100644
|
|
--- a/package/python-pybind/python-pybind.mk
|
|
+++ b/package/python-pybind/python-pybind.mk
|
|
@@ -11,3 +11,4 @@ PYTHON_PYBIND_LICENSE_FILES = LICENSE
|
|
PYTHON_PYBIND_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|
|
+$(eval $(host-python-package))
|
|
--
|
|
2.33.0
|
|
|