summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-gpu_BUILD.gn
blob: b1e3465b5410c073e9129e1d77a971f6fffc6f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gpu/BUILD.gn.orig	2017-04-19 19:06:34 UTC
+++ gpu/BUILD.gn
@@ -96,7 +96,7 @@ test("command_buffer_gles2_tests") {
     libs += [ "android" ]
     deps += [ "//ui/android:ui_java" ]
   }
-  if (is_linux && !is_component_build) {
+  if ((is_linux || is_bsd) && !is_component_build) {
     configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
   }
 }
OpenPOWER on IntegriCloud