fix up packages for new architecture.

This commit is contained in:
Todd Gamblin
2016-06-16 01:47:20 -07:00
parent 40d25d9062
commit 76dfaa71a7
4 changed files with 9 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ class Lua(Package):
placement='luarocks')
def install(self, spec, prefix):
if spec.satisfies("arch=darwin-i686") or spec.satisfies("arch=darwin-x86_64"):
if spec.satisfies("platform=darwin"):
target = 'macosx'
else:
target = 'linux'