]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] Update GitHub CI workflow for macOS. (GH-105304)
authorNed Deily <nad@python.org>
Mon, 5 Jun 2023 06:42:02 +0000 (02:42 -0400)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 06:42:02 +0000 (02:42 -0400)
.github/workflows/build.yml

index ac0dd2b84bb44b05bcdd409d752b848480113ef9..591df445bf166f47cea72ec540a406df47a759b4 100644 (file)
@@ -184,9 +184,8 @@ jobs:
       run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
     - name: Configure CPython
       run: |
-        CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
-        LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
-        PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
+        CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
+        LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
         ./configure \
           --with-pydebug \
           --prefix=/opt/python-dev \