aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpm/src/fpm.f903
1 files changed, 1 insertions, 2 deletions
diff --git a/fpm/src/fpm.f90 b/fpm/src/fpm.f90
index 45d8782..eb30741 100644
--- a/fpm/src/fpm.f90
+++ b/fpm/src/fpm.f90
@@ -87,8 +87,7 @@ select case (get_os_type())
case (OS_LINUX)
call execute_command_line("ls " // dir // " > fpm_ls.out", exitstat=stat)
case (OS_MACOS)
- print *, "macOS not supported yet"
- error stop
+ call execute_command_line("ls " // dir // " > fpm_ls.out", exitstat=stat)
case (OS_WINDOWS)
print *, "Windows not supported yet"
error stop