@linuxmaniac commented on this pull request.


In src/modules/app_ruby/Makefile:

> @@ -30,7 +30,7 @@ ifneq (,$(findstring darwin,$(OS)))
 	LIBS += -L/opt/local/lib -L$(LOCALBASE)/lib -lev
 else
 	DEFS += -I$(LOCALBASE)/include -I$(SYSBASE)/include
-	LIBS += -L$(LOCALBASE)/lib -L$(SYSBASE)/lib -lruby -lpthread -ldl -lobjc

I don't know if is needed or not, I'm saying the changes need to be split. You are changing the app_ruby, those changes need to be in another commit with the proper commit message prefix


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.