Skip to content

Commit 3e006f0

Browse files
committed
Update make_osx.sh
1 parent 0e595b5 commit 3e006f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/osx/make_osx.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ brew install autoconf automake libtool gettext coreutils pkgconfig
8888

8989
info "Building PyInstaller."
9090
PYINSTALLER_REPO="https://github.com/pyinstaller/pyinstaller.git"
91-
PYINSTALLER_COMMIT="5d7a0449ecea400eccbbb30d5fcef27d72f8f75d"
92-
# ^ tag "v6.6.0"
91+
PYINSTALLER_COMMIT="d1b6b520a017578a19e1cb9514752a4517755ee0"
92+
# ^ tag "v5.13.2"
9393
(
9494
if [ -f "$CACHEDIR/pyinstaller/PyInstaller/bootloader/Darwin-64bit/runw" ]; then
9595
info "pyinstaller already built, skipping"

0 commit comments

Comments
 (0)