forked from organicmaps/organicmaps
[styles] Print style type when building
This commit is contained in:
parent
fd04ff945b
commit
37f4a2fe6e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function BuildDrawingRules() {
|
|||
styleType=$1
|
||||
styleName=$2
|
||||
suffix=${3-}
|
||||
echo "Building drawing rules for style $styleName"
|
||||
echo "Building drawing rules for style $styleType/$styleName"
|
||||
# Cleanup
|
||||
rm "$DATA_PATH"/drules_proto$suffix.{bin,txt} || true
|
||||
# Run script to build style
|
||||
|
|
Loading…
Add table
Reference in a new issue