Skip to content

Commit

Permalink
revert zetasql
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetablechicken committed Apr 19, 2023
1 parent a3a3cf5 commit 631f6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ thirdparty-fast:
else \
echo "[deps]: install zetasql only"; \
$(MAKE) thirdparty-configure; \
$(CMAKE_PRG) --build $(THIRD_PARTY_BUILD_DIR) -j $(NPROC) --target zetasql; \
$(CMAKE_PRG) --build $(THIRD_PARTY_BUILD_DIR) --target zetasql; \
fi

# third party compiled code install to 'OpenMLDB/.deps/usr', source code install to 'OpenMLDB/thirdsrc'
Expand Down

0 comments on commit 631f6ea

Please sign in to comment.