v8-3.16: remove 'mksnapshot' from installation
This commit is contained in:
parent
b46d17a3ef
commit
1908c0679a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue