summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.17.0.bb5
1 files changed, 5 insertions, 0 deletions
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 += " \
29 -DISPC_NO_DUMPS=ON \ 29 -DISPC_NO_DUMPS=ON \
30 -DARM_ENABLED=OFF \ 30 -DARM_ENABLED=OFF \
31 -DISPC_CROSS=ON \ 31 -DISPC_CROSS=ON \
32 -DISPC_ANDROID_TARGET=OFF \
33 -DISPC_FREEBSD_TARGET=OFF \
34 -DISPC_WINDOWS_TARGET=OFF \
35 -DISPC_IOS_TARGET=OFF \
36 -DISPC_PS4_TARGET=OFF \
32 -DSYSROOT_DIR=${STAGING_DIR_NATIVE} \ 37 -DSYSROOT_DIR=${STAGING_DIR_NATIVE} \
33 " 38 "
34 39