Skip to content

Commit

Permalink
run nc-config on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 16, 2017
1 parent ede8848 commit 3e82a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ requirements:

test:
commands:
- nc-config --all # [not win]
- nc-config --all
- test -f ${PREFIX}/lib/libnetcdf.a # [not win]
- test -f ${PREFIX}/lib/libnetcdf.so # [linux]
- test -f ${PREFIX}/lib/libnetcdf.dylib # [osx]
Expand Down

0 comments on commit 3e82a76

Please sign in to comment.