Skip to content

Commit

Permalink
brew says that the --build-bottle arg doesn't exist
Browse files Browse the repository at this point in the history
  Error: invalid option: --build-bottle

I guess that's another error in kivy's documentation

 * https://kivy.org/doc/stable/guide/packaging-osx.html
  • Loading branch information
maltfield committed Jun 22, 2020
1 parent 98abc4e commit 6c4c806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ md5 /usr/local/bin/python*

# install os-level depends
brew install wget
brew reinstall --build-bottle sdl2 sdl2_image sdl2_ttf sdl2_mixer
#brew reinstall --build-bottle sdl2 sdl2_image sdl2_ttf sdl2_mixer
brew reinstall sdl2 sdl2_image sdl2_ttf sdl2_mixer

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

0 comments on commit 6c4c806

Please sign in to comment.