From 10c33249a13b45a493d83a621075513352406279 Mon Sep 17 00:00:00 2001
From: Ingmar Steen <iksteen@gmail.com>
Date: Tue, 10 May 2016 18:38:06 +0200
Subject: [PATCH] Rebuild JS constants when running make in bindings/

---
 bindings/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bindings/Makefile b/bindings/Makefile
index 044ca57..b8474b5 100644
--- a/bindings/Makefile
+++ b/bindings/Makefile
@@ -15,6 +15,7 @@ SAMPLE_X86 = $(TMPDIR)/sample_x86
 
 all:
 	cd python && $(MAKE) gen_const
+	python const_generator.py nodejs
 
 samples: expected python
 
-- 
GitLab