From 0908de9ff46b79ab7fd1d8565f4da5ab2f09afb3 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Thu, 23 Mar 2017 16:22:40 -0700 Subject: [PATCH] Avoid linking to GL from the Linux test shell. (#3512) --- shell/platform/linux/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/platform/linux/BUILD.gn b/shell/platform/linux/BUILD.gn index ef17c8936..9ba957d25 100644 --- a/shell/platform/linux/BUILD.gn +++ b/shell/platform/linux/BUILD.gn @@ -23,6 +23,4 @@ executable("linux") { "//third_party:fontconfig", "//third_party/skia", ] - - ldflags = [ "-lGL" ] } -- GitLab