We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8590496 + 026854f commit b14d010Copy full SHA for b14d010
1 file changed
Makefile
@@ -50,7 +50,7 @@ else
50
LIB_CFLAGS += -fPIC
51
LIB_LFLAGS = -shared -o
52
endif
53
-LIB_CPP = $(shell find $(SRC) -name '*.cpp' -not -path "$(SRCPARSER)/*") $(PARSER_CPP)
+LIB_CPP = $(sort $(shell find $(SRC) -name '*.cpp' -not -path "$(SRCPARSER)/*") $(PARSER_CPP))
54
LIB_H = $(shell find $(INCLUDE) -name '*.h' -not -path "$(SRCPARSER)/*") $(PARSER_H)
55
LIB_ALL = $(shell find $(SRC) -name '*.cpp' -not -path "$(SRCPARSER)/*") $(shell find $(INCLUDE) -name '*.h' -not -path "$(SRCPARSER)/*")
56
LIB_OBJ = $(LIB_CPP:%.cpp=%.o)
0 commit comments