From 28bb56355655811b6b752d5ebdd29534aea392b6 Mon Sep 17 00:00:00 2001 From: tokuhirom Date: Tue, 18 Sep 2012 15:02:31 +0900 Subject: [PATCH] oops --- mrb-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrb-build.sh b/mrb-build.sh index f6df974..db099f9 100644 --- a/mrb-build.sh +++ b/mrb-build.sh @@ -2,5 +2,5 @@ cd vendor/mruby/ # make directory to output binary files. # mruby have a vendor/mruby/bin/.gitkeep, but npm packager ignores it and package tar ball doesn't contain it. -mkdir -p vendor/mruby/bin/ +mkdir -p bin/ make CFLAGS="-g -fPIC -O0"