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:
authorBen Noordhuis <info@bnoordhuis.nl>2011-08-12 20:57:04 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-08-12 20:58:54 +0400
commit97b0000c536746d05a9b1d776d29ba9d2868c54e (patch)
treeff05d2d25ad982f57b824bb96f7e0baf83051cd5 /node.gyp
parentcbea40eaf27349b0dbe2c8cbbe37cde9af2bb0d3 (diff)
build: add src/v8_typed_array.cc to gyp sources list
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 0ca31d5d2e9..703b297a6a9 100644
--- a/node.gyp
+++ b/node.gyp
@@ -105,6 +105,7 @@
'src/tcp_wrap.cc',
'src/timer_wrap.cc',
'src/process_wrap.cc',
+ 'src/v8_typed_array.cc',
],
'defines': [