mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 01:26:58 +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:
parent
6482398bc3
commit
c71f8ef024
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user