Skip to content

Commit 21ad3f5

Browse files
committed
Added CMAKE_SYSROOT
1 parent d230fe6 commit 21ad3f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

easybuild/easyblocks/l/llvm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def __init__(self, *args, **kwargs):
292292
sysroot = build_option('sysroot')
293293
if sysroot:
294294
general_opts['DEFAULT_SYSROOT'] = sysroot
295+
general_opts['CMAKE_SYSROOT'] = sysroot
295296

296297
# Build targets
297298
build_targets = self.cfg['build_targets']

0 commit comments

Comments
 (0)