diff options
author | Milan Curcic <caomaco@gmail.com> | 2021-04-29 20:28:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 20:28:39 -0400 |
commit | 7704c0063b70d2a8a0fbcb351dc470886f5802dc (patch) | |
tree | 79381521e65a2c85f99ea647f708eb5a596d994a /src/fpm_compiler.f90 | |
parent | 7b53e5a39eda2c5ecbe6c99787c4a707d163d3ef (diff) | |
parent | bd347aab82173186c10b681d7d99399c15d9db18 (diff) | |
download | fpm-7704c0063b70d2a8a0fbcb351dc470886f5802dc.tar.gz fpm-7704c0063b70d2a8a0fbcb351dc470886f5802dc.zip |
Merge pull request #468 from ibara/openbsd
Identify OpenBSD.
Diffstat (limited to 'src/fpm_compiler.f90')
-rw-r--r-- | src/fpm_compiler.f90 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fpm_compiler.f90 b/src/fpm_compiler.f90 index ca0f4d7..ff311f7 100644 --- a/src/fpm_compiler.f90 +++ b/src/fpm_compiler.f90 @@ -35,7 +35,8 @@ use fpm_environment, only: & OS_WINDOWS, & OS_CYGWIN, & OS_SOLARIS, & - OS_FREEBSD + OS_FREEBSD, & + OS_OPENBSD implicit none public :: is_unknown_compiler public :: get_module_flags |