summaryrefslogtreecommitdiff
path: root/llmr.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'llmr.gyp')
-rw-r--r--llmr.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llmr.gyp b/llmr.gyp
index 27623481f7..e96da9e07d 100644
--- a/llmr.gyp
+++ b/llmr.gyp
@@ -18,7 +18,7 @@
'src/shader/shaders_gl.cpp',
'src/shader/shaders_gles2.cpp',
],
- 'action': ['bin/build-shaders.js'],
+ 'action': ['<@(node)', 'bin/build-shaders.js'],
}
]
},
@@ -35,7 +35,7 @@
'include/llmr/style/resources.hpp',
'src/style/resources.cpp'
],
- 'action': ['bin/build-style.js']
+ 'action': ['<@(node)', 'bin/build-style.js']
}
],
},