Fix indentation compiler wrapper issue (#22352)
This commit is contained in:
parent
d934363ae5
commit
e57053bd32
2
lib/spack/env/cc
vendored
2
lib/spack/env/cc
vendored
@ -284,7 +284,7 @@ while [ -n "$1" ]; do
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
-isystem*)
|
-isystem*)
|
||||||
arg="${1#-isystem}"
|
arg="${1#-isystem}"
|
||||||
isystem_was_used=true
|
isystem_was_used=true
|
||||||
if [ -z "$arg" ]; then shift; arg="$1"; fi
|
if [ -z "$arg" ]; then shift; arg="$1"; fi
|
||||||
if system_dir "$arg"; then
|
if system_dir "$arg"; then
|
||||||
isystem_system_includes+=("$arg")
|
isystem_system_includes+=("$arg")
|
||||||
|
Loading…
Reference in New Issue
Block a user