chore: adjustments to the auto build numbering

This commit is contained in:
Stéphane Lesimple
2020-08-19 23:04:20 +02:00
parent 38defdf7aa
commit a4efe71abf
3 changed files with 20 additions and 3 deletions

3
configure vendored
View File

@@ -9,6 +9,9 @@ DEBUG_CFLAGS="-ggdb -Wall"
if [ "$CLI_ONLY" = 1 ]; then
REQUIRED_CFLAGS="-DCLI $REQUIRED_CFLAGS"
echo '#define FLAVOR CLI' > build.h
else
echo '#define FLAVOR GUI' > build.h
fi
CFG_USE_CYGWIN="no" # do not change