X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a89444b19b0ceb41db8db6cfa4e6fa77e26d7759..efc31e581ff0c9ca27959ff3b2b694d401d7349c:/projects/stargazer/Makefile diff --git a/projects/stargazer/Makefile b/projects/stargazer/Makefile index aa2b6f90..07c3f79e 100644 --- a/projects/stargazer/Makefile +++ b/projects/stargazer/Makefile @@ -26,7 +26,6 @@ SRCS = ./admin_impl.cpp \ STGLIBS = scriptexecuter \ dotconfpp \ - locker \ logger \ common @@ -49,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)