Skip to content

Commit

Permalink
add missing sfml-audio to makeapp_osx
Browse files Browse the repository at this point in the history
  • Loading branch information
silverweed committed Dec 1, 2018
1 parent ba7b2e9 commit d3f8f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeapp_osx.sh
Expand Up @@ -7,7 +7,7 @@ APPNAME=Lifish
MACOS=(lifish)
RESOURCES=(assets levels.json)
FRAMEWORK_PATH=/Library/Frameworks
FRAMEWORKS=({FLAC,ogg,freetype,OpenAL,vorbis{,enc,file},sfml-{window,graphics,system}}.framework)
FRAMEWORKS=({FLAC,ogg,freetype,OpenAL,vorbis{,enc,file},sfml-{window,graphics,system,audio}}.framework)

for i in ${MACOS[@]} ${RESOURCES[@]}; do
[[ -e $i ]] || {
Expand Down

0 comments on commit d3f8f15

Please sign in to comment.