From bceaef6500bf6941cd23856d0eeb810101c26f25 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Thu, 22 Apr 2021 21:54:35 +0300 Subject: [PATCH] Correct pre-deprication warning message regarding linuxbsd/x11 platform (cherry picked from commit dbd4b45ca23a05ee373f3037b178dca40089a588) --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 7abe58ba49..d138c7b250 100644 --- a/SConstruct +++ b/SConstruct @@ -213,7 +213,7 @@ else: if selected_platform in ["linux", "bsd", "linuxbsd"]: if selected_platform == "linuxbsd": # Alias for forward compatibility. - print('Platform "linuxbsd" is still called "x11" in Godot 3.2.x. Building for platform "x11".') + print('Platform "linuxbsd" is still called "x11" in Godot 3.x. Building for platform "x11".') # Alias for convenience. selected_platform = "x11"