X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/eacba955d0c7337521a8985868f86d525b8cc99c..993f82f8a5914ff2d187f54930b7f0f32a322e05:/makefile diff --git a/makefile b/makefile index a77d330..84a03f8 100644 --- a/makefile +++ b/makefile @@ -39,6 +39,12 @@ uname_p := $(shell uname -p) -include $(uname_s).mk -include $(uname_s)-$(uname_p).mk +ifeq ($(filter ObjectiveC,$(filters)),) +ifneq ($(shell which gnustep-config 2>/dev/null),) +include GNUstep.mk +endif +endif + flags += -g3 -O0 -DYYDEBUG=1 #flags += -g0 -O3 flags += -Wall -Werror -Wno-parentheses