fix acfl string

This commit is contained in:
Martin Kroeker 2024-01-16 13:06:09 +01:00 committed by GitHub
parent 9c6b9bfb91
commit b5f19b58a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ else
openmp='-fopenmp'
else
case "$compiler" in
*Arm F90*)
*Arm*)
vendor=FLANG
openmp='-fopenmp'
;;