Changed other packages to fit new syntax

This commit is contained in:
Gregory Becker
2016-05-05 15:40:22 -07:00
parent d45b2c7947
commit 44f089508b
3 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ def url_for_version(self, version):
dots, underscores)
def determine_toolset(self, spec):
if spec.satisfies("=darwin-x86_64"):
if spec.satisfies("arch=darwin-x86_64"):
return 'darwin'
toolsets = {'g++': 'gcc',