Correct pre-deprication warning message regarding linuxbsd/x11 platform

(cherry picked from commit dbd4b45ca2)
This commit is contained in:
Yuri Sizov 2021-04-22 21:54:35 +03:00 committed by Rémi Verschelde
parent dc98144b99
commit bceaef6500
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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"