Skip to content

Commit 86f7c64

Browse files
author
Alexander Batashev
committed
Fix build
Signed-off-by: Alexander Batashev <[email protected]>
1 parent 0477ed5 commit 86f7c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def do_configure(args):
5656
"-DSYCL_ENABLE_WERROR=ON",
5757
"-DCMAKE_INSTALL_PREFIX={}".format(install_dir),
5858
"-DSYCL_INCLUDE_TESTS=ON", # Explicitly include all kinds of SYCL tests.
59-
"-DLLVM_ENABLE_DOXYGEN={}".format(llvm_enable_docs),
59+
"-DLLVM_ENABLE_DOXYGEN={}".format(llvm_enable_doxygen),
6060
llvm_dir
6161
]
6262

0 commit comments

Comments
 (0)