aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Bradley <wmb@laptop.org>2018-04-30 07:44:32 -1000
committerMitch Bradley <wmb@laptop.org>2018-04-30 07:44:32 -1000
commite372eef3f075c2c12e0f2169bb8a5dbebd43777e (patch)
tree25156c6f3616ca3cd4414d98210baca75c3f5c46
parent5b1fa9e0b86c976486293cfb78c59576e4d92720 (diff)
downloadcforth-e372eef3f075c2c12e0f2169bb8a5dbebd43777e.tar.gz
Added -DBITS32 to bluez Makefile
-rw-r--r--build/bluez/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/bluez/Makefile b/build/bluez/Makefile
index 77b0475..2c7988c 100644
--- a/build/bluez/Makefile
+++ b/build/bluez/Makefile
@@ -2,6 +2,7 @@
TOPDIR=../..
+CONFIG += -DBITS32
LIBS += -lpthread
include $(TOPDIR)/src/app/bluez/targets.mk