Skip to content

Commit

Permalink
t2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Oct 8, 2024
1 parent ac777c1 commit 1c0fd9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c0fd9e

Please sign in to comment.