From 1b6a473b754a173aa5d1129f5994bc889c83ff37 Mon Sep 17 00:00:00 2001
From: Nguyen Anh Quynh <aquynh@gmail.com>
Date: Sun, 15 May 2016 09:01:15 +0800
Subject: [PATCH] ruby: call const_generator.py from bindings/Makefile

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

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