mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
The static library was moved to libzstd.a
This commit is contained in:
parent
861cd06ded
commit
4bafb5aa97
1 changed files with 1 additions and 2 deletions
|
|
@ -170,8 +170,7 @@ roundtrip: test/RoundTripTest$(EXT)
|
|||
# Use the static library that zstd builds for simplicity and
|
||||
# so we get the compiler options correct
|
||||
$(ZSTDDIR)/libzstd.a: $(ZSTD_FILES)
|
||||
$(MAKE) -C $(ZSTDDIR) libzstd CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(ALL_LDFLAGS)"
|
||||
|
||||
CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(ALL_LDFLAGS)" $(MAKE) -C $(ZSTDDIR) libzstd.a
|
||||
|
||||
# Rules to build the tests
|
||||
test/RoundTripTest$(EXT): test/RoundTripTest.o $(PROGDIR)/datagen.o Options.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue