Skip to content

Commit 8f4a65c

Browse files
[SYCL] Add MAJOR_VERSION to the name of the sycl library on Win (intel#1237)
1 parent acca3a2 commit 8f4a65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/lit.cfg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
config.substitutions.append( ('%opencl_include_dir', config.opencl_include_dir) )
186186

187187
if cl_options:
188-
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl.lib /I' +
188+
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl5.lib /I' +
189189
config.sycl_include + ' /I' + os.path.join(config.sycl_include, 'sycl')) )
190190
config.substitutions.append( ('%include_option', '/FI' ) )
191191
config.substitutions.append( ('%debug_option', '/DEBUG' ) )

0 commit comments

Comments
 (0)