summaryrefslogtreecommitdiffhomepage
path: root/mrblib
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-03 23:42:38 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-03 23:42:38 +0900
commitf3599bb4423790b674b33ec340433a234965058a (patch)
treefcbf3c9a02b8eb42dfa1b68ce1a66aa930ec14fe /mrblib
parent050cb3d70ec6bad9e1366cd69ed7273397b5b840 (diff)
downloadmruby-f3599bb4423790b674b33ec340433a234965058a.tar.gz
mruby-f3599bb4423790b674b33ec340433a234965058a.zip
library file name renamed to libmruby.a on all platforms
Diffstat (limited to 'mrblib')
-rw-r--r--mrblib/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile
index 10cf654cd..1fd0eb5a7 100644
--- a/mrblib/Makefile
+++ b/mrblib/Makefile
@@ -12,12 +12,7 @@ RLIB := $(TARGET).rbtmp
DEPLIB := $(TARGET).d
MRB1 := $(BASEDIR)/*.rb
MRBS := $(MRB1)
-LIB := ../lib/mruby
-ifeq ($(OS),Windows_NT)
-LIBR := $(LIB).lib
-else
-LIBR := $(LIB).a
-endif
+LIBR := ../lib/libmruby.a
# C compiler (gcc)
CC = gcc