Skip to content

Commit

Permalink
t8
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Feb 4, 2025
1 parent d426a13 commit 61c2304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@ if is_netcdf_build
if build_machine.system() == 'windows'
netcdf_incdir = include_directories([
netcdfc_compiled_rel / 'include',
#netcdff_compiled_rel / 'fortran'
netcdff_source_rel
netcdff_compiled_rel / 'fortran'
#netcdff_source_rel
])
extended_incdir += [
'..' / netcdfc_compiled_rel / 'include',
#'..' / netcdff_compiled_rel / 'fortran'
'..' / netcdff_source_rel
'..' / netcdff_compiled_rel / 'fortran'
#'..' / netcdff_source_rel
]
#netcdff_libdir = netcdff_compiled_abs / 'fortran'
#lnetcdff = fc.find_library('netcdff', dirs: netcdff_libdir, static: false, required : true)
Expand Down

0 comments on commit 61c2304

Please sign in to comment.