Skip to content

Commit c6a87f0

Browse files
committed
Build with openssl@3.0 on macOS (#199)
(cherry picked from commit f7529bf)
1 parent 815c1d9 commit c6a87f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cpython.proj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
IgnoreExitCode="true"
2323
Condition="!Exists('$(HomebrewDir)\Library\Taps\homebrew\homebrew-core\LICENSE.txt')" />
2424
<Exec WorkingDirectory="$(HomebrewDir)"
25-
Command="bin/brew fetch --force --bottle-tag=sonoma openssl@1.1"
25+
Command="bin/brew fetch --force --bottle-tag=sonoma openssl@3.0"
2626
IgnoreStandardErrorWarningFormat="true"
2727
Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" />
2828
<Exec WorkingDirectory="$(HomebrewDir)"
29-
Command="bin/brew --cache --bottle-tag=sonoma openssl@1.1"
29+
Command="bin/brew --cache --bottle-tag=sonoma openssl@3.0"
3030
IgnoreStandardErrorWarningFormat="true"
3131
ConsoleToMsBuild="true"
3232
Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" >
@@ -37,11 +37,11 @@
3737
IgnoreStandardErrorWarningFormat="true"
3838
Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" />
3939
<Exec WorkingDirectory="$(HomebrewDir)"
40-
Command="brew fetch --force --bottle-tag=arm64_sonoma openssl@1.1"
40+
Command="brew fetch --force --bottle-tag=arm64_sonoma openssl@3.0"
4141
IgnoreStandardErrorWarningFormat="true"
4242
Condition="!Exists('$(OpenSSLARM64Dir)/LICENSE')" />
4343
<Exec WorkingDirectory="$(HomebrewDir)"
44-
Command="bin/brew --cache --bottle-tag=arm64_sonoma openssl@1.1"
44+
Command="bin/brew --cache --bottle-tag=arm64_sonoma openssl@3.0"
4545
IgnoreStandardErrorWarningFormat="true"
4646
ConsoleToMsBuild="true"
4747
Condition="!Exists('$(OpenSSLARM64Dir)/LICENSE')" >

0 commit comments

Comments
 (0)