Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give explicit static lib to get objects
This prevent include twice symbols. For example libfoo.a uses libbar.a and libproject.a uses libfoo.a. Before libproject when calling _lib*/*.o used objects from libfoo and libbar with duplicated symbols.
- Loading branch information