Skip to content

Commit

Permalink
OS X|FluidSynth: Bundle the latest found version of gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 4, 2013
1 parent 60a8fa2 commit 7cb3786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/postbuild/bundleapp.sh
Expand Up @@ -61,8 +61,9 @@ fi
if [ -e plugins/fluidsynth/audio_fluidsynth.bundle ]; then
$CP plugins/fluidsynth/audio_fluidsynth.bundle $PLUGDIR/

# Assumption: glib-2.0 and gettext installed using Homebrew!
GLIB_VER=`pkg-config --modversion glib-2.0`
GETTEXT_VER=0.18.2
GETTEXT_VER=`ls /usr/local/Cellar/gettext/ | sort -n | tail -n1`

echo "Installing deps for audio_fluidsynth..."
echo "- glib version: $GLIB_VER"
Expand Down

0 comments on commit 7cb3786

Please sign in to comment.