summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-01 21:01:14 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-01 21:01:14 +0000
commitef2a555302b24378b18ff825346089ac67ae0ebd (patch)
treea0386caece07da533af9ab06b9a663f682d27626 /makefile
parent8049cf1f6333e2d1c3a0614d870f472a7b94826d (diff)
forgot to change library name in makefile (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d872dd8b374..dd31746ff7e 100644
--- a/makefile
+++ b/makefile
@@ -664,7 +664,7 @@ FORMATS_LIB = $(OBJ)/libformats.a
# add PortMidi MIDI library
ifeq ($(BUILD_MIDILIB),1)
INCPATH += -I$(SRC)/lib/portmidi
-MIDI_LIB = $(OBJ)/portmidi.a
+MIDI_LIB = $(OBJ)/libportmidi.a
else
LIBS += -lportmidi
MIDI_LIB =