Explorar el Código

Hopefully fix v8.a build

master
Ray Burgemeestre hace 5 años
padre
commit
4f37ab51f0
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +0
    -1
      Makefile
  2. +1
    -0
      v8pp/Makefile

+ 0
- 1
Makefile Ver fichero

@@ -1,5 +1,4 @@
SHELL:=/bin/bash

ubuntu1804:
docker build . -f Dockerfile-ubuntu1804 -t rayburgemeestre/build-ubuntu:18.04


+ 1
- 0
v8pp/Makefile Ver fichero

@@ -3,6 +3,7 @@ SHELL:=/bin/bash
v8pp:
git clone https://github.com/rayburgemeestre/v8pp
bash ../ubuntu1804.sh make build
bash ../ubuntu1804.sh make archive # outside container not enough permissions
make archive
make package


Cargando…
Cancelar
Guardar