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:
parent
bc0be71546
commit
ab87b13b75
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user