Index: Makefile |
diff --git a/Makefile b/Makefile |
index d0e5e78a66415156c56a416330dfd381304c7213..5b1ceb7d263312ee301be6bc5047005ad6d06c05 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -11,14 +11,14 @@ ifndef HOST_OS |
endif |
endif |
-# Default V8 directories |
-LIBV8_INCLUDE_DIR ?= $(shell pwd -L)/third_party/prebuilt-v8/include |
-LIBV8_LIB_DIR ?= $(shell pwd -L)/third_party/prebuilt-v8/ |
- |
TARGET_OS ?= ${HOST_OS} |
TARGET_ARCH ?= ${HOST_ARCH} |
Configuration ?= debug |
+# Default V8 directories |
+LIBV8_INCLUDE_DIR ?= $(shell pwd -L)/third_party/prebuilt-v8/include |
+LIBV8_LIB_DIR ?= $(shell pwd -L)/third_party/prebuilt-v8/${TARGET_OS}-${TARGET_ARCH}-${Configuration} |
+ |
BUILD_DIR ?=$(shell pwd -L)/build |
ifeq (${TARGET_OS},android) |