From fb90373f9a2c278d72e1eed00fad19ab5c88462b Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh <aquynh@gmail.com> Date: Tue, 31 May 2016 09:03:43 +0800 Subject: [PATCH] bindings: temprarily call const_generator.py directly for Go & Rust --- bindings/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/Makefile b/bindings/Makefile index d137803..ca91723 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -16,8 +16,8 @@ SAMPLE_X86 = $(TMPDIR)/sample_x86 all: cd python && $(MAKE) gen_const cd nodejs && $(MAKE) gen_const - cd rust && $(MAKE) gen_const - cd go && $(MAKE) gen_const + python const_generator.py rust + python const_generator.py go cd ruby && $(MAKE) gen_const samples: expected python -- GitLab