Parcourir la source

Had the wrong command in the v8pp Makefile for v8.a.

master
Ray Burgemeestre il y a 5 ans
Parent
révision
a8d093df3d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      v8pp/Makefile

+ 1
- 1
v8pp/Makefile Voir le fichier

#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')
# We no longer use our v8.a, still including it for now. # We no longer use our v8.a, still including it for now.
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'
ar rvs v8.a $$(cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o')
# We'll use this one below.. # We'll use this one below..
find ./v8/out/x64.release/ -name 'libv8_monolith.a' -type f find ./v8/out/x64.release/ -name 'libv8_monolith.a' -type f
# We'll also include .so files.. # We'll also include .so files..

Chargement…
Annuler
Enregistrer