diff options
| author | George Marques | 2016-11-02 19:22:49 -0200 |
|---|---|---|
| committer | George Marques | 2016-11-03 14:51:08 -0200 |
| commit | 411faaa6f478f837aa40893eaadf67e2b5d57cec (patch) | |
| tree | d75d928bb9d244edd7b33f04c8ad31e840802bfe /modules/freetype | |
| parent | b113c7b7a3e63581ae268b0ae7f827d55e381b82 (diff) | |
| download | godot-411faaa6f478f837aa40893eaadf67e2b5d57cec.tar.gz godot-411faaa6f478f837aa40893eaadf67e2b5d57cec.tar.zst godot-411faaa6f478f837aa40893eaadf67e2b5d57cec.zip | |
Rename remaining WinRT references to UWP
Diffstat (limited to 'modules/freetype')
| -rw-r--r-- | modules/freetype/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freetype/SCsub b/modules/freetype/SCsub index 5a5b87df5..e4dd1c36a 100644 --- a/modules/freetype/SCsub +++ b/modules/freetype/SCsub @@ -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"']) |
