]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-97032: Set tkinter path for macOS CI (GH-97525)
authorDong-hee Na <donghee.na@python.org>
Sat, 24 Sep 2022 19:31:12 +0000 (04:31 +0900)
committerGitHub <noreply@github.com>
Sat, 24 Sep 2022 19:31:12 +0000 (15:31 -0400)
.github/workflows/build.yml

index b2792efc0dae9e71a94601182259a5f7cd8056a8..274a1df4384ac5efe1a3413269a373821c198ad7 100644 (file)
@@ -151,7 +151,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Configure CPython
-      run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
+      run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev --with-tcltk-includes=-I$(brew --prefix tcl-tk)/include --with-tcltk-libs="-L$(brew --prefix tcl-tk)/lib -ltcl8.6 -ltk8.6"
     - name: Build CPython
       run: make -j4
     - name: Display build info