You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
UWP: Update to build with Windows SDK 10.16229.0
- Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017
This commit is contained in:
@@ -84,7 +84,7 @@ def configure(env):
|
||||
## Architecture
|
||||
|
||||
arch = ""
|
||||
if os.getenv('Platform') == "ARM":
|
||||
if str(os.getenv('Platform')).lower() == "arm":
|
||||
|
||||
print("Compiled program architecture will be an ARM executable. (forcing bits=32).")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user