Skip to content

Commit

Permalink
fix skia_root
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlubick committed May 29, 2024
1 parent 99be9f4 commit a53ec63
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions skia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,13 @@ optional("gpu") {
libs += [ "GL" ]
public_defines += [ "SK_GLX" ]
} else if (is_mac) {
sources += [ "src/gpu/ganesh/gl/mac/GrGLMakeNativeInterface_mac.cpp" ]
sources += [
"$_skia_root/src/gpu/ganesh/gl/mac/GrGLMakeNativeInterface_mac.cpp",
]
} else if (is_ios) {
sources += [ "src/gpu/ganesh/gl/iOS/GrGLMakeNativeInterface_iOS.cpp" ]
sources += [
"$_skia_root/src/gpu/ganesh/gl/iOS/GrGLMakeNativeInterface_iOS.cpp",
]
} else if (is_win) {
sources += [
"$_skia_root/src/gpu/ganesh/gl/win/GrGLMakeNativeInterface_win.cpp",
Expand Down

0 comments on commit a53ec63

Please sign in to comment.