build: Add a deprecation warning in build.sh

This commit is contained in:
Yuri D'Elia 2022-12-18 14:22:34 +01:00
parent d7964d923f
commit c5cb8f77e6
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#!/bin/bash
echo "***************************************************"
echo "WARNING: build.sh will be removed soon, do not use!"
echo "Switch your build to cmake or use PF-build.sh "
echo "***************************************************"
BUILD_ENV="1.0.8"
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
LANGUAGES=$1