[build] Add configure.sh

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-08-19 09:21:48 +00:00
committed by Konstantin Pastbin
parent 9ff72366d5
commit 4be5b5dc45
3 changed files with 28 additions and 0 deletions

View File

@@ -74,6 +74,12 @@ fi
OMIM_PATH="$(cd "${OMIM_PATH:-$(dirname "$0")/../..}"; pwd)"
if [ "$OPT_TARGET" == "desktop" ]; then
./configure.sh
else
SKIP_MAP_DOWNLOAD=1 SKIP_GENERATE_SYMBOLS=1 SKIP_GENERATE_DRULES=1 ./configure.sh
fi
DEVTOOLSET_PATH=/opt/rh/devtoolset-7
if [ -d "$DEVTOOLSET_PATH" ]; then
export MANPATH=