Index: Makefile |
diff --git a/Makefile b/Makefile |
index 43673969f9b1c064c77b94cf3d5c2b3d5b2fb182..1ffeee87db2d51a7a52d35797bce26e19362e6bc 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -42,7 +42,7 @@ ensure_dependencies: |
python ensure_dependencies.py |
v8: ensure_dependencies |
- GYP_DEFINES="${GYP_PARAMETERS}" third_party/gyp/gyp --depth=. -f make -I v8.gypi --generator-output=build/v8 ${V8_DIR}src/v8.gyp |
+ GYP_DEFINES="${GYP_PARAMETERS}" third_party/gyp/gyp --depth=. -f make -I build-v8.gypi --generator-output=build/v8 ${V8_DIR}src/v8.gyp |
make -C build/v8 v8_snapshot v8_libplatform v8_libsampler |
all: v8 |