1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00

Reverse prereqs order to get build to work

This commit is contained in:
David Evans 2018-06-25 18:20:04 +01:00
parent bc0be71546
commit ab87b13b75

View File

@ -48,7 +48,7 @@ LIBS = $(ARROW_LIB) \
$(ZLIB_LIB) \
$(ZSTD_LIB)
libparquet.so: $(OBJ) $(LIBS)
libparquet.so: $(LIBS) $(OBJ)
$(CC) -shared -o $@ $(OBJ) $(LDFLAGS)
parquet_filter.o: $(VTABLE)/parquet_filter.cc $(VTABLE)/parquet_filter.h