We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0eaa7 commit 0c85502Copy full SHA for 0c85502
setup.py
@@ -64,7 +64,7 @@ def install_ruby_app(bin_path):
64
uri = ('https://github.com/pact-foundation/pact-ruby-standalone/releases'
65
'/download/v{version}/pact-{version}-{suffix}')
66
67
- if 'darwin' in target_platform:
+ if 'darwin' in target_platform or 'macos' in target_platform:
68
suffix = 'osx.tar.gz'
69
elif 'linux' in target_platform and IS_64:
70
suffix = 'linux-x86_64.tar.gz'
0 commit comments