Skip to content

Commit

Permalink
Restrict build dep 'make' only to specific platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaljwani committed Oct 22, 2018
1 parent 00f22b7 commit 3d0a4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipes/llvmlite/meta.yaml
Expand Up @@ -21,7 +21,7 @@ requirements:
- {{ compiler('cxx') }} # [not (osx or armv6l or armv7l or aarch64)]
# The DLL build uses cmake on Windows
- cmake # [win]
- make # [unix]
- make # [unix and not (armv6l or armv7l or aarch64)]
host:
- python
# On channel https://anaconda.org/numba/
Expand Down

0 comments on commit 3d0a4ed

Please sign in to comment.