summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct7
1 files changed, 7 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index aeb1309d464..61a915f7deb 100644
--- a/SConstruct
+++ b/SConstruct
@@ -81,6 +81,13 @@ if common.host_platform != 'windows':
"please use meson instead. If you really need to use scons you "
"can add `force_scons=1` to the scons command line.", file=sys.stderr)
sys.exit(1)
+else:
+ print("WARNING: Scons support is in the process of being deprecated on "
+ "on windows platforms (including mingw). If you haven't already "
+ "please try using meson for windows builds. Be sure to report any "
+ "issues you run into", file=sys.stderr)
+
+
#######################################################################
# Environment setup