Skip to content

Commit

Permalink
Add: missing exitstat to C targets
Browse files Browse the repository at this point in the history
  • Loading branch information
LKedward committed Jun 5, 2021
1 parent bb95f17 commit faae6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm_backend.f90
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ subroutine build_target(model,target,stat)

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

case (FPM_TARGET_EXECUTABLE)

Expand Down

0 comments on commit faae6a4

Please sign in to comment.