Skip to content

Commit

Permalink
Don't block make on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Jan 31, 2024
1 parent 34016d7 commit bc5bf08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ init-dirs:
@mkdir -p build/style
@mkdir -p data
@mkdir -p cache
@ ! ($(DOCKER_COMPOSE) 2>/dev/null run $(DC_OPTS) openmaptiles-tools df --output=fstype /tileset| grep -q 9p) < /dev/null || ($(win_fs_error))

build/openmaptiles.tm2source/data.yml: init-dirs
ifeq (,$(wildcard build/openmaptiles.tm2source/data.yml))
Expand Down

0 comments on commit bc5bf08

Please sign in to comment.