@@ -1141,7 +1141,7 @@ subroutine compile_fortran(self, input, output, args, log_file, stat, table, dry
1141
1141
1142
1142
! Optionally register compile command
1143
1143
if (present (table)) then
1144
- call table% register(command, error)
1144
+ call table% register(command, get_os_type(), error)
1145
1145
stat = merge (- 1 ,0 ,allocated (error))
1146
1146
endif
1147
1147
@@ -1186,7 +1186,7 @@ subroutine compile_c(self, input, output, args, log_file, stat, table, dry_run)
1186
1186
1187
1187
! Optionally register compile command
1188
1188
if (present (table)) then
1189
- call table% register(command, error)
1189
+ call table% register(command, get_os_type(), error)
1190
1190
stat = merge (- 1 ,0 ,allocated (error))
1191
1191
endif
1192
1192
@@ -1230,7 +1230,7 @@ subroutine compile_cpp(self, input, output, args, log_file, stat, table, dry_run
1230
1230
1231
1231
! Optionally register compile command
1232
1232
if (present (table)) then
1233
- call table% register(command, error)
1233
+ call table% register(command, get_os_type(), error)
1234
1234
stat = merge (- 1 ,0 ,allocated (error))
1235
1235
endif
1236
1236
0 commit comments