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 d4ab8a8 commit 3bfeb73
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,15 @@ if is_netcdf_build
if build_machine.system() == 'windows'
netcdf_incdir = include_directories([
netcdfc_compiled_rel / 'include',
netcdff_compiled_rel / 'fortran'
#netcdff_compiled_rel / 'fortran'
netcdff_source_rel
])
extended_incdir += [
'..' / netcdfc_compiled_rel / 'include',
'..' / netcdff_compiled_rel / 'fortran'
#'..' / netcdfc_compiled_rel / 'include',
#'..' / netcdff_compiled_rel / 'fortran'
#'..' / netcdff_source_rel
netcdfc_compiled_rel / 'include',
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 3bfeb73

Please sign in to comment.