We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd7361 commit 1975e92Copy full SHA for 1975e92
fpm/src/fpm_command_line.f90
@@ -1,7 +1,7 @@
1
module fpm_command_line
2
- use :: fpm_environment, only: get_os_type, &
3
- OS_UNKNOWN, OS_LINUX, OS_MACOS, OS_WINDOWS, &
4
- OS_CYGWIN, OS_SOLARIS, OS_FREEBSD
+ use fpm_environment, only: get_os_type, &
+ OS_UNKNOWN, OS_LINUX, OS_MACOS, OS_WINDOWS, &
+ OS_CYGWIN, OS_SOLARIS, OS_FREEBSD
5
implicit none
6
7
private
0 commit comments