Skip to content

Commit

Permalink
fix codestyle of SEARCH_PATH global definition
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Nov 11, 2024
1 parent 2d86f0d commit 2e61cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easybuild/tools/toolchain/toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
# see: https://gcc.gnu.org/onlinedocs/cpp/Environment-Variables.html
# supported on Linux by: GCC, GFortran, oneAPI C/C++ Compilers, oneAPI Fortran Compiler, LLVM-based
SEARCH_PATH = {
"cpp_headers" : {
"cpp_headers": {
"flags": ["CPPFLAGS"],
"cpath": ["CPATH"],
"include_paths": ["C_INCLUDE_PATH", "CPLUS_INCLUDE_PATH", "OBJC_INCLUDE_PATH"],
},
"linker" : {
"linker": {
"flags": ["LDFLAGS"],
"library_path": ["LIBRARY_PATH"],
},
Expand Down

0 comments on commit 2e61cee

Please sign in to comment.