You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix for Vulkan loader related build error caused by incomplete alias
Fixes #37465. The #37369 commit which added an alias for linuxbsd platform did not work with the latest branch.
This commit is contained in:
@@ -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".')
|
print('Platform "x11" has been renamed to "linuxbsd" in Godot 4.0. Building for platform "linuxbsd".')
|
||||||
# Alias for convenience.
|
# Alias for convenience.
|
||||||
selected_platform = "linuxbsd"
|
selected_platform = "linuxbsd"
|
||||||
|
env_base["platform"] = selected_platform
|
||||||
|
|
||||||
if selected_platform in platform_list:
|
if selected_platform in platform_list:
|
||||||
tmppath = "./platform/" + selected_platform
|
tmppath = "./platform/" + selected_platform
|
||||||
|
|||||||
Reference in New Issue
Block a user