Change default location of GEMS.active file

This commit is contained in:
Daniel Bovensiepen
2012-11-23 19:41:13 +08:00
parent c73fa1e1da
commit fdc030ab46
+1 -1
View File
@@ -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)),)