Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2012-01-18 14:18:13 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-02-23 17:11:26 +0400
commit58e5d69250df16a7a4746a0c028320e2ef821672 (patch)
tree8e9d207b7a98c919f83310212fc3a98e303a7897 /common.gypi
parent680d75af34f9c6a0b478977e9b3dbc4d25f26402 (diff)
build: fix the case where config.gypi doesn't exist
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index 7c462e7eea7..00fad438bc6 100644
--- a/common.gypi
+++ b/common.gypi
@@ -10,6 +10,7 @@
},
'target_defaults': {
+ 'default_configuration': 'Debug',
'configurations': {
'Debug': {
'defines': [ 'DEBUG', '_DEBUG' ],