From: Maxim Mamontov Date: Fri, 3 Oct 2014 09:29:53 +0000 (+0300) Subject: Minor change in stg's Makefile. X-Git-Tag: 2.409~244 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/56dfcde5734ec014f33973d3be50405b583dfa31 Minor change in stg's Makefile. --- diff --git a/projects/stargazer/Makefile b/projects/stargazer/Makefile index 1b109fef..07c3f79e 100644 --- a/projects/stargazer/Makefile +++ b/projects/stargazer/Makefile @@ -48,7 +48,7 @@ CXXFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS) CFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS) ifneq ($(OS),darwin) -LDFLAGS += -Wl,-E $(STGLIBS_LIBS) +LDFLAGS += -Wl,-E endif LDFLAGS += $(STGLIBS_LIBS)