File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,11 @@ message(STATUS "i915 includes dir: ${I915_HEADERS_DIR}")
482482# Enable/Disable BuiltIns compilation during build
483483set (COMPILE_BUILT_INS TRUE CACHE BOOL "Enable built-in kernels compilation" )
484484if (NOT DEFINED NEO_KERNELS_BIN_DIR)
485- get_filename_component (NEO_KERNELS_BIN_DIR "${NEO_SOURCE_DIR} /../kernels_bin/" ABSOLUTE )
485+ if (WIN32 )
486+ get_filename_component (NEO_KERNELS_BIN_DIR "${NEO_SOURCE_DIR} /../kernels_bin/windows" ABSOLUTE )
487+ else ()
488+ get_filename_component (NEO_KERNELS_BIN_DIR "${NEO_SOURCE_DIR} /../kernels_bin/linux" ABSOLUTE )
489+ endif ()
486490endif ()
487491
488492# Changing the default executable and library output directories
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ components:
2727 branch : master
2828 dest_dir : infra
2929 fetch_tags : true
30- revision : v4211
30+ revision : v4214
3131 type : git
3232 internal :
3333 branch : master
@@ -38,7 +38,7 @@ components:
3838 dest_dir : kernels_bin
3939 type : git
4040 branch : kernels_bin
41- revision : 1958-379
41+ revision : 1958-382
4242 kmdaf :
4343 branch : kmdaf
4444 dest_dir : kmdaf
You can’t perform that action at this time.
0 commit comments