Skip to content

Commit

Permalink
make sure we have downloaded Viewfinderpanorama before custom elevations
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 29, 2024
1 parent 124e861 commit f9ff3e7
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 @@ -150,7 +150,7 @@ var/run/Makefile.elevationRules: | $$(@D)/
@bin/genMakefileElevationRules > $@
include var/run/Makefile.elevationRules

var/run/tile_%.elevation: var/cache/elevation/elevation_%.zip Ortho4XP | $$(@D)/
var/run/tile_%.elevation: Ortho4XP var/cache/elevation/elevation_%.zip Ortho4XP | $$(@D)/
@# Unzips if file not empty, but fails on unzip error.
@# Ignores the .zip if empty
@if [ -s "var/cache/elevation/elevation_$*.zip" ]; then \
Expand Down

0 comments on commit f9ff3e7

Please sign in to comment.