Skip to content

Commit 2e3845e

Browse files
committed
merge xmain-cand to xmain
2 parents a52132c + 56cc537 commit 2e3845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
config.substitutions.append( ('%opencl_include_dir', config.opencl_include_dir) )
191191

192192
if cl_options:
193-
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl.lib /I' +
193+
config.substitutions.append( ('%sycl_options', ' ' + config.sycl_libs_dir + '/../lib/sycl6.lib /I' +
194194
config.sycl_include + ' /I' + os.path.join(config.sycl_include, 'sycl')) )
195195
config.substitutions.append( ('%include_option', '/FI' ) )
196196
config.substitutions.append( ('%debug_option', '/DEBUG' ) )

0 commit comments

Comments
 (0)