diff options
author | Dylan Baker <[email protected]> | 2019-10-21 09:29:23 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-10-24 18:33:50 +0000 |
commit | 54053bc8d0dad89a38e2179050831f64a02ea4ec (patch) | |
tree | 1bc1f097993619b6d8f6073f680c088369a9b046 /.gitlab-ci/scons-build.sh | |
parent | 79e73887e7c9a0c2759e7e66a0e1a90c884ceacb (diff) |
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 <[email protected]>
Diffstat (limited to '.gitlab-ci/scons-build.sh')
-rwxr-xr-x | .gitlab-ci/scons-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/scons-build.sh b/.gitlab-ci/scons-build.sh index 30e93c2bb38..ac62b2cbeba 100755 --- a/.gitlab-ci/scons-build.sh +++ b/.gitlab-ci/scons-build.sh @@ -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 |