Skip to content

Commit 0f48a8f

Browse files
committed
We should now be able to build hostpython3 against openssl also on macOS
1 parent 5c5a208 commit 0f48a8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
ANDROID_SDK_ROOT: ${HOME}/.android/android-sdk
9494
ANDROID_SDK_HOME: ${HOME}/.android/android-sdk
9595
ANDROID_NDK_HOME: ${HOME}/.android/android-ndk
96+
PKG_CONFIG_PATH: /opt/homebrew/opt/[email protected]/lib/pkgconfig
9697
steps:
9798
- name: Checkout python-for-android
9899
uses: actions/checkout@v2
@@ -154,6 +155,7 @@ jobs:
154155
ANDROID_SDK_ROOT: ${HOME}/.android/android-sdk
155156
ANDROID_SDK_HOME: ${HOME}/.android/android-sdk
156157
ANDROID_NDK_HOME: ${HOME}/.android/android-ndk
158+
PKG_CONFIG_PATH: /opt/homebrew/opt/[email protected]/lib/pkgconfig
157159
steps:
158160
- name: Checkout python-for-android
159161
uses: actions/checkout@v2
@@ -212,6 +214,7 @@ jobs:
212214
ANDROID_SDK_ROOT: ${HOME}/.android/android-sdk
213215
ANDROID_SDK_HOME: ${HOME}/.android/android-sdk
214216
ANDROID_NDK_HOME: ${HOME}/.android/android-ndk
217+
PKG_CONFIG_PATH: /opt/homebrew/opt/[email protected]/lib/pkgconfig
215218
steps:
216219
- name: Checkout python-for-android
217220
uses: actions/checkout@v2

0 commit comments

Comments
 (0)