diff --git a/src/meson.build b/src/meson.build index 2cf0d5ea42a..a4eb737e78a 100644 --- a/src/meson.build +++ b/src/meson.build @@ -467,8 +467,7 @@ mf6_external = static_library('mf6_external', external_libraries) message('MODFLOW 6 executable name: ' + buildname) -if build_machine.system() == 'windows' and - (is_extended_build or with_petsc or with_netcdf) +if build_machine.system() == 'windows' and (is_extended_build or with_petsc or with_netcdf) if is_extended_build incdir = petsc_incdir + netcdf_incdir elif with_petsc