mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 01:52:45 +00:00
drop nacl strip
This commit is contained in:
parent
5da75bf637
commit
c857b9e6a8
1 changed files with 6 additions and 6 deletions
|
@ -206,12 +206,12 @@ find out/Release/resources/ -name "*.d" -exec rm {} \;
|
|||
cp -r out/Release/resources %{buildroot}%{_crdir}
|
||||
|
||||
# Strip NaCl IRT
|
||||
%ifarch x86_64
|
||||
./native_client/toolchain/linux_x86_newlib/bin/x86_64-nacl-strip %{buildroot}%{_crdir}/nacl_irt_x86_64.nexe
|
||||
%endif
|
||||
%ifarch i586
|
||||
./native_client/toolchain/linux_x86_newlib/bin/i686-nacl-strip %{buildroot}%{_crdir}/nacl_irt_x86_32.nexe
|
||||
%endif
|
||||
#%ifarch x86_64
|
||||
#./native_client/toolchain/linux_x86_newlib/bin/x86_64-nacl-strip %{buildroot}%{_crdir}/nacl_irt_x86_64.nexe
|
||||
#%endif
|
||||
#%ifarch i586
|
||||
#./native_client/toolchain/linux_x86_newlib/bin/i686-nacl-strip %{buildroot}%{_crdir}/nacl_irt_x86_32.nexe
|
||||
#%endif
|
||||
|
||||
# desktop file
|
||||
mkdir -p %{buildroot}%{_datadir}/applications
|
||||
|
|
Loading…
Add table
Reference in a new issue