aboutsummaryrefslogtreecommitdiff
path: root/rmihidtool/Makefile
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:14:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:14:13 +0000
commit93c09772f9a877ff9bd80f5d686770a9b2bd5aef (patch)
tree73fa9a557e6cbd55222048f95d34a73b707e8ae7 /rmihidtool/Makefile
parent300225f3e9561e02d6abe8050fb341ee8b4891a3 (diff)
parenta248dafd7653b99fc45f9d29e5f139b04f2f28bc (diff)
downloadrmi4utils-aml_uwb_341513070.tar.gz
Change-Id: Ifd01e06db1e48e0742892174d4c37c9ccd64988d
Diffstat (limited to 'rmihidtool/Makefile')
-rw-r--r--rmihidtool/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/rmihidtool/Makefile b/rmihidtool/Makefile
index 3553c99..e03fe92 100644
--- a/rmihidtool/Makefile
+++ b/rmihidtool/Makefile
@@ -1,5 +1,6 @@
CXX ?= g++
CPPFLAGS += -I../include -I./include -I../rmidevice
+CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
CXXFLAGS += -Wall
LDFLAGS += -L.
LIBS = -lrmidevice