您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
10 行
408 B
10 行
408 B
--- e:\EngineBuildTool\engine\src\third_party\skia\BUILD.gn 2021-05-20 15:48:51 +0800
|
|
+++ e:\EngineBuildTool\engine\src\third_party\skia\modify\BUILD.gn 2021-05-20 16:08:53 +0800
|
|
@@ -524,6 +524,7 @@
|
|
|
|
if (skia_use_gl) {
|
|
public_defines += [ "SK_GL" ]
|
|
+ include_dirs = [ "//third_party/angle/include" ]
|
|
if (is_android) {
|
|
sources += [ "src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp" ]
|
|
|