summaryrefslogtreecommitdiffstats
path: root/audio-creation/fluidsynth/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/fluidsynth/BUILD')
-rwxr-xr-xaudio-creation/fluidsynth/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio-creation/fluidsynth/BUILD b/audio-creation/fluidsynth/BUILD
index c10deca53d..1a2d421b33 100755
--- a/audio-creation/fluidsynth/BUILD
+++ b/audio-creation/fluidsynth/BUILD
@@ -1 +1,4 @@
-OPTS="$FLUIDSYNTH_OSS $OPTS" default_build
+# fixes lib dir on x86_64
+OPTS="-DLIB_SUFFIX='' $OPTS" &&
+
+cmake_build