You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Rename remaining WinRT references to UWP
This commit is contained in:
@@ -679,7 +679,7 @@ if (env['builtin_openssl'] != 'no'):
|
||||
env_openssl.add_source_files(env.modules_sources, "*.cpp")
|
||||
env_openssl.add_source_files(env.modules_sources, "*.c")
|
||||
|
||||
# platform/winrt need to know openssl is available, pass to main env
|
||||
# platform/uwp need to know openssl is available, pass to main env
|
||||
if "platform" in env and env["platform"] == "uwp":
|
||||
env.Append(CPPPATH=[thirdparty_dir])
|
||||
env.Append(CPPFLAGS=['-DOPENSSL_ENABLED'])
|
||||
|
||||
Reference in New Issue
Block a user