Skip to content

Commit

Permalink
Disable OS check
Browse files Browse the repository at this point in the history
  • Loading branch information
marcboeker committed Dec 23, 2023
1 parent c9f516c commit acad9bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ deps.linux.arm64:

.PHONY: deps.windows.amd64
deps.windows.amd64:
if [ "$(shell uname -s | tr '[:upper:]' '[:lower:]')" != "windows" ]; then echo "Error: must run build on Windows"; false; fi

git clone -b v${DUCKDB_VERSION} --depth 1 https://github.com/duckdb/duckdb.git
cd duckdb && \
mkdir -p build && \
Expand Down

0 comments on commit acad9bd

Please sign in to comment.