Skip to content

Commit

Permalink
ci2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 14, 2023
1 parent 9d01484 commit e0e85ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ endif
if build_machine.system() != 'windows'
netcdf = dependency('netcdf', language : 'fortran', required : false)
else
nc_dir = meson.project_source_root() / 'ncf' / 'netcdf-fortran-4.6.0' / 'fortran' / '.libs'
nc_dir = meson.project_source_root() / '..' / 'ncf' / 'netcdf-fortran-4.6.0' / 'fortran' / '.libs'
message('nc_dir:', nc_dir)
netcdf = fc.find_library('libnetcdff', dirs: [ nc_dir ], required : true, static : true)
endif
Expand Down

0 comments on commit e0e85ec

Please sign in to comment.