diff options
Diffstat (limited to 'tools/mrbc/Makefile')
| -rw-r--r-- | tools/mrbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrbc/Makefile b/tools/mrbc/Makefile index 1440f0e4d..9ecda4a59 100644 --- a/tools/mrbc/Makefile +++ b/tools/mrbc/Makefile @@ -5,7 +5,7 @@ # extension of the executable-file is modifiable(.exe .out ...) BASEDIR := ../../src TARGET := ../../bin/mrbc -LIBR := ../../lib/libmruby.a +LIBR := ../../lib/libmruby_core.a ifeq ($(OS),Windows_NT) EXE := $(TARGET).exe else |
