summaryrefslogtreecommitdiff
path: root/lib/rbcodec/test
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/test')
-rw-r--r--lib/rbcodec/test/warble.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/test/warble.make b/lib/rbcodec/test/warble.make
index f38b154505..0b70e9a932 100644
--- a/lib/rbcodec/test/warble.make
+++ b/lib/rbcodec/test/warble.make
@@ -19,7 +19,7 @@ INCLUDES += -I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \
19 -I$(ROOTDIR)/firmware/target/hosted \ 19 -I$(ROOTDIR)/firmware/target/hosted \
20 -I$(ROOTDIR)/firmware/target/hosted/sdl 20 -I$(ROOTDIR)/firmware/target/hosted/sdl
21 21
22GCCOPTS+=-D__PCTOOL__ -g -std=gnu99 `$(SDLCONFIG) --cflags` -DCODECDIR="\"$(CODECDIR)\"" 22GCCOPTS+=-D__PCTOOL__ -DDEBUG -g -std=gnu99 `$(SDLCONFIG) --cflags` -DCODECDIR="\"$(CODECDIR)\""
23 23
24LIBS=`$(SDLCONFIG) --libs` -lc 24LIBS=`$(SDLCONFIG) --libs` -lc
25ifneq ($(findstring MINGW,$(shell uname)),MINGW) 25ifneq ($(findstring MINGW,$(shell uname)),MINGW)