From 4d19fc59bb7c3d302fcf01b8f3cdda545fec2116 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 22 Apr 2022 14:42:40 +0800 Subject: ispc: disable build for Windows, android and other targets Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb index fa03a3d0..cfd8e5bc 100644 --- a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb +++ b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb @@ -29,6 +29,11 @@ EXTRA_OECMAKE += " \ -DISPC_NO_DUMPS=ON \ -DARM_ENABLED=OFF \ -DISPC_CROSS=ON \ + -DISPC_ANDROID_TARGET=OFF \ + -DISPC_FREEBSD_TARGET=OFF \ + -DISPC_WINDOWS_TARGET=OFF \ + -DISPC_IOS_TARGET=OFF \ + -DISPC_PS4_TARGET=OFF \ -DSYSROOT_DIR=${STAGING_DIR_NATIVE} \ " -- cgit v1.2.3-54-g00ecf