Skip to content

Commit

Permalink
Add wheel selector
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Sep 9, 2016
1 parent 79a4940 commit 39539a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda_build/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def ns_cfg(config):
np = config.CONDA_NPY
pl = config.CONDA_PERL
lua = config.CONDA_LUA
wheel = config.wheel
assert isinstance(py, int), py
d = dict(
linux=plat.startswith('linux-'),
Expand Down Expand Up @@ -69,6 +70,7 @@ def ns_cfg(config):
np=np,
os=os,
environ=os.environ,
wheel=wheel,
)
for machine in non_x86_linux_machines:
d[machine] = bool(plat == 'linux-%s' % machine)
Expand Down

0 comments on commit 39539a8

Please sign in to comment.