summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird4
1 files 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