12 lines
473 B
Diff
12 lines
473 B
Diff
|
--- a/src/3rdparty/chromium/build/linux/strip_binary.gni
|
||
|
+++ b/src/3rdparty/chromium/build/linux/strip_binary.gni
|
||
|
@@ -20,7 +20,7 @@ template("strip_binary") {
|
||
|
"testonly",
|
||
|
])
|
||
|
action("${target_name}") {
|
||
|
- eu_strip_binary = "//buildtools/third_party/eu-strip/bin/eu-strip"
|
||
|
+ eu_strip_binary = "/usr/bin/eu-strip"
|
||
|
script = "//build/linux/strip_binary.py"
|
||
|
|
||
|
if (defined(invoker.stripped_binary_output)) {
|