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
path: root/src
diff options
context:
space:
mode:
authorTom Hughes <tom.hughes@palm.com>2010-11-22 19:31:40 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-11-23 00:32:49 +0300
commit446beebd79d52b24bd8d9e0a44f6378a711f32b9 (patch)
tree021d60bfdb825519ab102213c65efb5299e6a2db /src
parentb52b4196ab22227aea7afef100c4ca8e2f1b8729 (diff)
Add cmake build support.
Squashed commit of ca128f7dcd28cbcfba154c8577ed54d4aa71dd02 with contributions from Mark Constable (markc@renta.net) and Daniel Gröber (darklord@darkboxed.org).
Diffstat (limited to 'src')
-rw-r--r--src/node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc
index f87e91333da..31f6d3cd2b7 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -1608,7 +1608,7 @@ static void Load(int argc, char *argv[]) {
// process.platform
- process->Set(String::NewSymbol("platform"), String::New(PLATFORM));
+ process->Set(String::NewSymbol("platform"), String::New("PLATFORM"));
// process.argv
int i, j;