From 0a978d6b694e90d2a218d6e1dc210a427a6a865c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Wed, 22 Jul 2020 14:24:15 -0600 Subject: Get macOS working --- fpm/src/fpm.f90 | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3