diff options
author | Brian Callahan <bcallah@openbsd.org> | 2021-04-29 15:51:27 -0400 |
---|---|---|
committer | Brian Callahan <bcallah@openbsd.org> | 2021-04-29 15:54:11 -0400 |
commit | bd347aab82173186c10b681d7d99399c15d9db18 (patch) | |
tree | ca358226c17387b4259def1a4342efaf9fe91919 /src/fpm_compiler.f90 | |
parent | a9adf2b3ed09d0769f1095ddf7c2c06f71f10161 (diff) | |
download | fpm-bd347aab82173186c10b681d7d99399c15d9db18.tar.gz fpm-bd347aab82173186c10b681d7d99399c15d9db18.zip |
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 |