You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename remaining WinRT references to UWP
This commit is contained in:
@@ -54,7 +54,7 @@ if (env['builtin_freetype'] != 'no'):
|
||||
]
|
||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
# Include header for WinRT to fix build issues
|
||||
# Include header for UWP to fix build issues
|
||||
if "platform" in env and env["platform"] == "uwp":
|
||||
env.Append(CCFLAGS=['/FI', '"modules/freetype/uwpdef.h"'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user