Closed betahxy closed 2 years ago
Makefiles might contain duplicated information like the include paths of other libraries, like this one: https://github.com/gwsystems/composite/blob/b03fdfaca89f5b46d2e5feffa0f9af8dd3617e1d/src/components/lib/libcxx/libstdc%2B%2B-v3-4.8/Makefile#L3
the MUSLFLAG points to a incorrect lib path, and this information can be put in a higher level Makefile and remove this duplication here
MUSLFLAG
Makefiles might contain duplicated information like the include paths of other libraries, like this one: https://github.com/gwsystems/composite/blob/b03fdfaca89f5b46d2e5feffa0f9af8dd3617e1d/src/components/lib/libcxx/libstdc%2B%2B-v3-4.8/Makefile#L3
the
MUSLFLAG
points to a incorrect lib path, and this information can be put in a higher level Makefile and remove this duplication here