Merge pull request #37468 from accidentalrebel/master

Fix for Vulkan loader build error caused by incomplete alias
This commit is contained in:
Rémi Verschelde 2020-03-31 23:03:07 +02:00 committed by GitHub
commit 64c9b7ffcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ if selected_platform in ["linux", "bsd", "x11"]:
print('Platform "x11" has been renamed to "linuxbsd" in Godot 4.0. Building for platform "linuxbsd".')
# Alias for convenience.
selected_platform = "linuxbsd"
env_base["platform"] = selected_platform
if selected_platform in platform_list:
tmppath = "./platform/" + selected_platform