We no longer need to remove files as it is not used anymore
This commit is contained in:
Родитель
44e2087ba3
Коммит
97759a9c4d
|
@ -485,15 +485,7 @@ Task ("externals-uwp")
|
|||
RemoveXValues (xdoc.Root, new [] { "ItemDefinitionGroup", "ClCompile" }, "PreprocessorDefinitions", "SK_SFNTLY_SUBSETTER=\"font_subsetter.h\"");
|
||||
|
||||
if (rootNamespace == "ports") {
|
||||
if (platform.ToUpper () == "ARM") {
|
||||
// TLS is not available on ARM
|
||||
AddFileReference (xdoc.Root, @"..\..\src\ports\SkTLS_none.cpp");
|
||||
RemoveFileReference (xdoc.Root, "SkTLS_win.cpp");
|
||||
}
|
||||
RemoveFileReference (xdoc.Root, "SkFontHost_win.cpp");
|
||||
} else if (rootNamespace == "zlib" && platform.ToUpper () == "ARM") {
|
||||
// x86 instructions are not available on ARM
|
||||
RemoveFileReference (xdoc.Root, "x86.c");
|
||||
} else if (rootNamespace == "skgpu" ) {
|
||||
// GL is not available to WinRT
|
||||
RemoveFileReference (xdoc.Root, "GrGLCreateNativeInterface_none.cpp");
|
||||
|
|
2
skia
2
skia
|
@ -1 +1 @@
|
|||
Subproject commit d7ff7534799a4e0f2a911f8ec7c5cf632881d868
|
||||
Subproject commit cd1df5f1253f561848d3b1dedbf3bbb1a473bd46
|
Загрузка…
Ссылка в новой задаче