Skip to content

Commit

Permalink
Merge pull request #48107 from pycbouh/the-rose-by-any-other-name
Browse files Browse the repository at this point in the history
Correct pre-deprecation warning message regarding linuxbsd/x11 platform
  • Loading branch information
akien-mga authored Apr 23, 2021
2 parents 3768a37 + dbd4b45 commit adaf488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit adaf488

Please sign in to comment.