Skip to content

Commit

Permalink
update v8 and depot tools
Browse files Browse the repository at this point in the history
  • Loading branch information
andrAnat-b authored May 23, 2017
1 parent 7815bee commit 6554677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
LIB_DIR := $(ROOT_DIR)/../build
PRIV_DIR := $(ROOT_DIR)/../priv

DEPOT_REF := 85adaa343e5e9f499e59bd0cb98d02cc2fc9d2d5
DEPOT_REF := 4f27802b5c6e1abfb6809006763149456496a3db
DEPOT_DIR := $(LIB_DIR)/depot_tools

TARGET_BIN := $(PRIV_DIR)/erlang_v8
TARGET_SRC := erlang_v8.cc report.cc vm.cc

V8_REF := 7c79736019c9a0b9ef03f64ab26e46bb98692abf
V8_REF := Ib14dcef7f30bab88fad92b1a7329163beea50503
V8_DIR := $(LIB_DIR)/v8
V8_LIB := $(V8_DIR)/out.gn/$(BUILD_ARCH).release
V8_LIB_RPATH := $(realpath --relative-to=$(TARGET_BIN) $(V8_LIB))
Expand Down

0 comments on commit 6554677

Please sign in to comment.