Skip to content

Commit

Permalink
link with obj instead of .a
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 16, 2022
1 parent 4e910af commit 961c54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ifeq ($(MAKECMDGOALS),lib)
ARFLAGS :=cr
BINARY :=libzmat.a
AROUTPUT :=
LINKOPT :=blosc2/lib/libblosc2.a blosc2/internal-complibs/zstd-1.5.2/libzstd.a
LINKOPT :=blosc2/blosc/*$(OBJSUFFIX) blosc2/internal-complibs/zstd-1.5.2/obj/*/static/*$(OBJSUFFIX)
OUTPUT_DIR :=$(LIBDIR)
ifeq ($(findstring Darwin,$(PLATFORM)), Darwin)
OUTPUTFLAG :=
Expand Down

0 comments on commit 961c54c

Please sign in to comment.