Avoid linking to GL from the Linux test shell. (#3512)

This commit is contained in:
Chinmay Garde 2017-03-23 16:22:40 -07:00 committed by GitHub
parent 2323a17acb
commit 0908de9ff4

View File

@ -23,6 +23,4 @@ executable("linux") {
"//third_party:fontconfig",
"//third_party/skia",
]
ldflags = [ "-lGL" ]
}