Thanks to visit codestin.com Credit goes to github.com
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 defcffd commit 3e7d18aCopy full SHA for 3e7d18a
2 files changed
.vsts/macos-buildbot.yml
@@ -24,7 +24,7 @@ steps:
24
clean: true
25
fetchDepth: 5
26
27
-- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl
+- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-vsts
28
displayName: 'Configure CPython (debug)'
29
30
- script: make -s -j4
.vsts/macos-pr.yml
0 commit comments