提交 62772bbf 编写于 作者: J Jason Simmons 提交者: GitHub

Link to the OpenGL library to fix the host_debug_unopt build (#2841)

上级 c4b2e675
......@@ -402,6 +402,10 @@ if (is_android) {
":testing",
]
ldflags = [
"-lGL",
]
if (use_glfw) {
sources += [
"//sky/shell/platform/glfw/init_glfw.cc",
......
......@@ -47,4 +47,8 @@ mojo_native_application("mojo") {
"//sky/shell:gpu_mojo",
"//third_party/icu",
]
ldflags = [
"-lGL",
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册