diff --git a/projects/clr/rocclr/runtime/device/device.hpp b/projects/clr/rocclr/runtime/device/device.hpp index 901e42049a..23d064490f 100644 --- a/projects/clr/rocclr/runtime/device/device.hpp +++ b/projects/clr/rocclr/runtime/device/device.hpp @@ -153,7 +153,7 @@ OclExtensionsString[] = { "cl_khr_mipmap_image ", "cl_khr_mipmap_image_writes ", "", - (IS_MAINLINE || IS_LINUX) ? "" : "cl_amd_liquid_flash ", + (IS_LINUX) ? "" : "cl_amd_liquid_flash ", NULL };