v8-3.16: remove 'mksnapshot' from installation

This commit is contained in:
Enno Boland 2014-03-09 12:20:41 +01:00
parent b46d17a3ef
commit 1908c0679a

View File

@ -36,10 +36,6 @@ do_install() {
vinstall out/$_target.release/d8 755 usr/bin
vinstall out/$_target.release/lib.target/libv8.so.${_sonamever} 755 usr/lib
if [ -z "$CROSS_BUILD" ]; then
vinstall out/$_target.release/mksnapshot 755 usr/bin mksnapshot
fi
vmkdir usr/include
vcopy 'include/v8*.h' usr/include