From 4063c751ae83ba923e10c4c405bcff4fb0e65505 Mon Sep 17 00:00:00 2001 From: johnnyman727 Date: Thu, 26 Mar 2015 11:33:08 -0700 Subject: [PATCH] Updating node target version in make file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7b69a07b..e43dd1a8 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -CONFIG ?= Release +noCONFIG ?= Release ENABLE_TLS ?= 1 ENABLE_NET ?= 1 ENABLE_LUAJIT ?= 1 # Update when targeting new Node build. -NODE_VERSION ?= 0.10.32 +NODE_VERSION ?= 0.12.1 ifeq ($(ARM),1) CCENV = AR=arm-none-eabi-ar AR_host=arm-none-eabi-ar AR_target=arm-none-eabi-ar CC=arm-none-eabi-gcc CXX=arm-none-eabi-g++