Skip to content

Commit

Permalink
system python
Browse files Browse the repository at this point in the history
  • Loading branch information
antmak committed Dec 1, 2023
1 parent f874f41 commit 78061ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scripts/configure-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ TARGET=${TARGET:-xtensa-softmmu}
VERSION=${VERSION:-dev}

echo DBG0
find / -name distutils -or -name gdbus-codegen 2>/dev/null || true
#find / -name distutils -or -name gdbus-codegen 2>/dev/null || true

export PATH=$(brew --prefix python)/bin:$PATH
#export PATH=$(brew --prefix python)/bin:$PATH
which -a python3
command -v python3
python3 --version
Expand All @@ -34,7 +34,7 @@ echo DBG
--enable-gcrypt \
--enable-slirp \
--prefix=$PWD/install/qemu \
--python=python3.11 \
--python=python3 \
--target-list=${TARGET} \
--with-pkgversion="${VERSION}" \
--with-suffix="" \
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/scripts/prerequisites-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ brew install \
glib \
pixman \
pkg-config \
python@3.11 \
&& :

brew link --overwrite python@3.11

0 comments on commit 78061ce

Please sign in to comment.