mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-pybind11: Build with -DPYBIND11_USE_CROSSCOMPILING=ON
Since we are cross-compiling this option is required with 3.13+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake python_setuptools_build_meta
|
||||
|
||||
EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF"
|
||||
EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF -DPYBIND11_USE_CROSSCOMPILING=ON"
|
||||
|
||||
do_configure:append() {
|
||||
cmake_do_configure
|
||||
|
||||
Reference in New Issue
Block a user