Skip to content

Commit

Permalink
Added CMAKE_SYSROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Crivella committed Jul 25, 2024
1 parent d230fe6 commit 21ad3f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/easyblocks/l/llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def __init__(self, *args, **kwargs):
sysroot = build_option('sysroot')
if sysroot:
general_opts['DEFAULT_SYSROOT'] = sysroot
general_opts['CMAKE_SYSROOT'] = sysroot

# Build targets
build_targets = self.cfg['build_targets']
Expand Down

0 comments on commit 21ad3f5

Please sign in to comment.