summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2017-02-15 22:19:30 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2017-02-15 22:19:30 (GMT)
commitace22424d87d63900707fd0645b5dc411fad18b6 (patch)
treeb307761aa4cafc9425dcc97b133595304c0c9d68 /tests
parent0d77c85d9dd7592f23a3f0147d570d3d0180dcd7 (diff)
downloadlz4-ace22424d87d63900707fd0645b5dc411fad18b6.zip
lz4-ace22424d87d63900707fd0645b5dc411fad18b6.tar.gz
lz4-ace22424d87d63900707fd0645b5dc411fad18b6.tar.bz2
circle.yml: fixed lz4c32 target (2)
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index e362626..d1117c6 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -78,7 +78,7 @@ lz4c:
$(MAKE) -C $(PRGDIR) clean $@ CFLAGS="$(CFLAGS)"
lz4c32: # create a 32-bits version for 32/64 interop tests
- $(MAKE) -C $(PRGDIR) clean $@ CFLAGS="-m32 $(CFLAGS) -I/usr/include/x86_64-linux-gnu"
+ $(MAKE) -C $(PRGDIR) clean $@ CFLAGS="-m32 $(CFLAGS)"
cp $(LZ4) $(LZ4)c32
fullbench : $(LIBDIR)/lz4.o $(LIBDIR)/lz4hc.o $(LIBDIR)/lz4frame.o $(LIBDIR)/xxhash.o fullbench.c