Skip to content

Commit 6c4c806

Browse files
committed
brew says that the --build-bottle arg doesn't exist
Error: invalid option: --build-bottle I guess that's another error in kivy's documentation * https://kivy.org/doc/stable/guide/packaging-osx.html
1 parent 98abc4e commit 6c4c806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/mac/buildDmg.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ md5 /usr/local/bin/python*
6464

6565
# install os-level depends
6666
brew install wget
67-
brew reinstall --build-bottle sdl2 sdl2_image sdl2_ttf sdl2_mixer
67+
#brew reinstall --build-bottle sdl2 sdl2_image sdl2_ttf sdl2_mixer
68+
brew reinstall sdl2 sdl2_image sdl2_ttf sdl2_mixer
6869

6970
# setup a virtualenv to isolate our app's python depends
7071
sudo ${PYTHON_PATH} -m ensurepip

0 commit comments

Comments
 (0)