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) \
|
$(ZLIB_LIB) \
|
||||||
$(ZSTD_LIB)
|
$(ZSTD_LIB)
|
||||||
|
|
||||||
libparquet.so: $(OBJ) $(LIBS)
|
libparquet.so: $(LIBS) $(OBJ)
|
||||||
$(CC) -shared -o $@ $(OBJ) $(LDFLAGS)
|
$(CC) -shared -o $@ $(OBJ) $(LDFLAGS)
|
||||||
|
|
||||||
parquet_filter.o: $(VTABLE)/parquet_filter.cc $(VTABLE)/parquet_filter.h
|
parquet_filter.o: $(VTABLE)/parquet_filter.cc $(VTABLE)/parquet_filter.h
|
||||||
|
|
Loading…
Reference in New Issue