aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-04-15 16:47:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-15 16:47:24 +0000
commitc50cb41b2cfddbac3a749d5dc9eacbbc156cb3e8 (patch)
treeb74d1ad1ac3cfceb456b4d8e19a4091ef73706db /Makefile
parentf9e670be51a4b5bac1fc8b29ba7e6e5813a8f52b (diff)
parentd937b531b62f5abbe29c987821ba76b7acc16ced (diff)
downloadtinyxml2-master.tar.gz
Merge "Upgrade tinyxml2 to 10.0.0" into mainHEADmastermain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e76d8ec..6ca8544 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ ARFLAGS = cr
RM = rm -f
RANLIB = ranlib
MKDIR = mkdir -p
-CXXFLAGS = -fPIC
+CXXFLAGS = -D_FILE_OFFSET_BITS=64 -fPIC
INSTALL = install
INSTALL_PROGRAM = $(INSTALL)