diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-11-23 19:41:13 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-11-23 19:41:13 +0800 |
| commit | fdc030ab46a14be9c007d91f9bda47ad76e4b098 (patch) | |
| tree | 6a2855ec78ec1574e8278dbe6a759af0b2fde33a /Makefile | |
| parent | c73fa1e1da8571f785f35f6bbac41920f6059c3e (diff) | |
| download | mruby-fdc030ab46a14be9c007d91f9bda47ad76e4b098.tar.gz mruby-fdc030ab46a14be9c007d91f9bda47ad76e4b098.zip | |
Change default location of GEMS.active file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ endif ifeq ($(strip $(ACTIVE_GEMS)),) # the default file which contains the active GEMs - ACTIVE_GEMS = mrbgems/GEMS.active + ACTIVE_GEMS = GEMS.active endif ifeq ($(strip $(COMPILE_MODE)),) |
