From 9fff004ccb4f03495f6f2872af861263eba2def1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 29 May 2013 12:13:22 +0200 Subject: Fix a typo in Makethird where we used $(BUILD) rather than $(build). --- Makethird | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makethird b/Makethird index 72538e15..5fba9120 100644 --- a/Makethird +++ b/Makethird @@ -23,9 +23,9 @@ V8_DIR := $(wildcard thirdparty/v8*) ifneq "$(V8_DIR)" "" CFLAGS += -I$(V8_DIR)/include -ifeq "$(BUILD)" "release" +ifeq "$(build)" "release" V8LIB_CHOICE := release -else ifeq "$(BUILD)" "profile" +else ifeq "$(build)" "profile" V8LIB_CHOICE := release else V8LIB_CHOICE := debug -- cgit v1.2.3