fix order of operations in configure.sh

CMake targets used in "generate symbols"
depend on data/categories.txt file.
Let's generate the file first.
This commit is contained in:
Wojciech Sipak
2025-09-14 17:37:18 +02:00
committed by x7z4w
parent 67913fa879
commit 126a24fc4a

View File

@@ -106,6 +106,9 @@ else
echo "Skipping world map download..."
fi
echo "Generating search categories / synonyms..."
./tools/unix/generate_categories.sh
if [ -z "$SKIP_GENERATE_SYMBOLS" ]; then
if Diff data/symbols_hash data/styles/*/*/symbols/* || [ ! -z "$SYMBOLS_NOT_GENERATED" ]; then
echo "Generating symbols..."
@@ -124,6 +127,4 @@ else
echo "Skipping generate drules..."
fi
./tools/unix/generate_categories.sh
echo "The repository is configured for development."