Skip to content

Commit faae6a4

Browse files
committed
Add: missing exitstat to C targets
1 parent bb95f17 commit faae6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_backend.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ subroutine build_target(model,target,stat)
271271

272272
case (FPM_TARGET_C_OBJECT)
273273
call run(model%c_compiler//" -c " // target%source%file_name // target%compile_flags &
274-
// " -o " // target%output_file)
274+
// " -o " // target%output_file, echo=.true., exitstat=stat)
275275

276276
case (FPM_TARGET_EXECUTABLE)
277277

0 commit comments

Comments
 (0)