scons: Print a deprecation warning about using scons on not windows

At this point meson should be able to handle all of the non-windows
platforms just fine; we'd like to be able to stop maintaining scons for
those platforms sooner than later.

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Dylan Baker
2019-10-21 09:29:23 -07:00
parent 79e73887e7
commit 54053bc8d0
4 changed files with 19 additions and 4 deletions

View File

@@ -8,5 +8,5 @@ if test -n "$LLVM_VERSION"; then
fi
rm -rf build
scons $SCONS_TARGET
eval $SCONS_CHECK_COMMAND
scons $SCONS_TARGET force_scons=on
eval $SCONS_CHECK_COMMAND