Skip to content

Instantly share code, notes, and snippets.

@samshull
Created August 4, 2010 05:27
Show Gist options
  • Save samshull/507695 to your computer and use it in GitHub Desktop.
Save samshull/507695 to your computer and use it in GitHub Desktop.
From ba387e2b80e4ea02652d66c2d0e689d172907719 Mon Sep 17 00:00:00 2001
From: Samuel Shull <[email protected]>
Date: Wed, 4 Aug 2010 01:25:17 -0400
Subject: [PATCH] Add node_version.h to install
---
wscript | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/wscript b/wscript
index 22152b0..3796e8d 100644
--- a/wscript
+++ b/wscript
@@ -540,6 +540,7 @@ def build(bld):
src/node_object_wrap.h
src/node_buffer.h
src/node_events.h
+ src/node_version.h
""")
# Only install the man page if it exists.
--
1.6.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment