diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2017-02-15 21:10:11 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2017-02-15 21:10:11 (GMT) |
commit | 0d77c85d9dd7592f23a3f0147d570d3d0180dcd7 (patch) | |
tree | aea20ea42cfff9e80685d228be3127fe76c69a75 /tests | |
parent | 4ee9bd5c3ede14f6ac6c31c8e6eb5ffd2fb5c32a (diff) | |
download | lz4-0d77c85d9dd7592f23a3f0147d570d3d0180dcd7.zip lz4-0d77c85d9dd7592f23a3f0147d570d3d0180dcd7.tar.gz lz4-0d77c85d9dd7592f23a3f0147d570d3d0180dcd7.tar.bz2 |
circle.yml: fixed lz4c32 target
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index d1117c6..e362626 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)" + $(MAKE) -C $(PRGDIR) clean $@ CFLAGS="-m32 $(CFLAGS) -I/usr/include/x86_64-linux-gnu" cp $(LZ4) $(LZ4)c32 fullbench : $(LIBDIR)/lz4.o $(LIBDIR)/lz4hc.o $(LIBDIR)/lz4frame.o $(LIBDIR)/xxhash.o fullbench.c |