strip headless_shell too
This commit is contained in:
parent
027a6992b3
commit
8f14028d98
@ -1816,6 +1816,8 @@ rm -rf %{buildroot}
|
|||||||
%if %{build_headless}
|
%if %{build_headless}
|
||||||
pushd %{headlessbuilddir}
|
pushd %{headlessbuilddir}
|
||||||
cp -a headless_lib.pak headless_shell %{buildroot}%{chromium_path}
|
cp -a headless_lib.pak headless_shell %{buildroot}%{chromium_path}
|
||||||
|
# Explicitly strip headless_shell binary
|
||||||
|
strip %{buildroot}%{chromium_path}/headless_shell
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user