diff options
Diffstat (limited to '.vsts/macos-pr.yml')
-rw-r--r-- | .vsts/macos-pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vsts/macos-pr.yml b/.vsts/macos-pr.yml index 8a4f6ba..d9b2297 100644 --- a/.vsts/macos-pr.yml +++ b/.vsts/macos-pr.yml @@ -24,7 +24,7 @@ steps: clean: true fetchDepth: 5 -- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl +- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-vsts displayName: 'Configure CPython (debug)' - script: make -s -j4 |