Parcourir la source

Fix v8 build and archive v8.a properly.

master
Ray Burgemeestre il y a 5 ans
Parent
révision
c2943da0ea
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +2
    -1
      v8pp/Makefile
  2. +1
    -0
      v8pp/build-v8.sh

+ 2
- 1
v8pp/Makefile Voir le fichier



archive: archive:
rm -rf v8.a rm -rf v8.a
ar rvs v8.a $$(cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o')
#ar rvs v8.a $$(cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o')
ar rvs v8.a $$(find ./v8/out/x64.release/ -type f -name '*.o')
echo all included object files listed below echo all included object files listed below
cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o' cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o'
echo all .so files listed below echo all .so files listed below

+ 1
- 0
v8pp/build-v8.sh Voir le fichier

export PATH=`pwd`/depot_tools:"$PATH" export PATH=`pwd`/depot_tools:"$PATH"


# https://github.com/prahladyeri/tuxdrive/issues/3 # https://github.com/prahladyeri/tuxdrive/issues/3
apt-get install python3-pip -y
pip3 install httplib2 --upgrade pip3 install httplib2 --upgrade





Chargement…
Annuler
Enregistrer