Skip to content

Commit

Permalink
Option mappings also need to be reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Jul 23, 2024
1 parent 8a814f5 commit 49094b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/toolchains/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ class SystemToolchain(SystemCompiler):
NAME = SYSTEM_TOOLCHAIN_NAME
COMPILER_UNIQUE_OPTS = None
COMPILER_SHARED_OPTS = None
COMPILER_UNIQUE_OPTION_MAP = None
COMPILER_SHARED_OPTION_MAP = None

0 comments on commit 49094b0

Please sign in to comment.