Merge pull request #48107 from pycbouh/the-rose-by-any-other-name

Correct pre-deprecation warning message regarding linuxbsd/x11 platform
This commit is contained in:
Rémi Verschelde 2021-04-23 10:14:42 +02:00 committed by GitHub
commit adaf488963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"