Index: Makefile |
diff --git a/Makefile b/Makefile |
index da1d6883fe4fa8191feee4ec78facef790d4dbec..fb672e5fe783fa7da98e2f9b2d49e9f851068dfe 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -261,7 +261,8 @@ $(ENVFILE): $(ENVFILE).new |
# Stores current GYPFLAGS in a file. |
$(ENVFILE).new: |
- @mkdir -p $(OUTDIR); echo "GYPFLAGS=$(GYPFLAGS)" > $(ENVFILE).new; |
+ @mkdir -p $(OUTDIR); echo "GYPFLAGS=$(GYPFLAGS)" > $(ENVFILE).new; \ |
+ echo "CXX=$(CXX)" >> $(ENVFILE).new |
# Dependencies. |
dependencies: |