Index: Makefile |
diff --git a/Makefile b/Makefile |
index 97612655a7b1aea4e7a96c9e8b9dc93321fcd006..f8ed9791c34ba070efd5f227d2782649510fd2ae 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -162,7 +162,9 @@ endif |
ifdef embedscript |
GYPFLAGS += -Dembed_script=$(embedscript) |
endif |
- |
+ifeq ($(use_goma), on) |
Michael Achenbach
2015/07/09 08:11:20
how about just goma=on?
|
+ GYPFLAGS += -Duse_goma=1 |
+endif |
# arm specific flags. |
# arm_version=<number | "default"> |
ifneq ($(strip $(arm_version)),) |