aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2018-03-14 23:11:29 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2018-03-14 23:11:29 +0100
commit6f3c4f0aabbf4389954ce7448d70a108210cd614 (patch)
treef4d52335a6f31614bef9e1efd0d42e0988ba38cb /tools/buildgen
parent3681ca350bca5b022d82a986f6e855ac7d85b319 (diff)
Adding back nodejs version override support.
Diffstat (limited to 'tools/buildgen')
-rwxr-xr-xtools/buildgen/plugins/expand_version.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildgen/plugins/expand_version.py b/tools/buildgen/plugins/expand_version.py
index facf349b0c..a73446940d 100755
--- a/tools/buildgen/plugins/expand_version.py
+++ b/tools/buildgen/plugins/expand_version.py
@@ -24,6 +24,7 @@ LANGUAGES = [
'core',
'cpp',
'csharp',
+ 'node',
'objc',
'php',
'python',