summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-06-29 15:06:40 +0200
committerRyan Dahl <ry@tinyclouds.org>2011-06-29 15:06:40 +0200
commit263e33a738e164a4b2d6d28aed4b527bf1453a7b (patch)
tree88591a2d5efe5629ff8e5e3a67a196799ece82d2 /wscript
parent23b8931b62b0e19e518501bdd00801a61f47eba3 (diff)
downloadandroid-node-v8-263e33a738e164a4b2d6d28aed4b527bf1453a7b.tar.gz
android-node-v8-263e33a738e164a4b2d6d28aed4b527bf1453a7b.tar.bz2
android-node-v8-263e33a738e164a4b2d6d28aed4b527bf1453a7b.zip
Revert "Get rid of the old timer binding"
This reverts commit cc82724fdcd2c914be60e3073f87f053829f6baa. Conflicts: src/node.cc wscript
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 5955b4219a..7fd6315f95 100644
--- a/wscript
+++ b/wscript
@@ -838,6 +838,7 @@ def build(bld):
node.source += " src/node_io_watcher.cc "
node.source += " src/node_stdio.cc "
node.source += " src/node_child_process.cc "
+ node.source += " src/node_timer.cc "
node.source += bld.env["PLATFORM_FILE"]
if not product_type_is_lib: