mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
The depot tool did not consistently distinct libraries from regular targets when handling binary archives. The binary archive of a regular target is located at <user>/<bin>/<arch>/<name> whereas a library is located at <user>/<bin>/<arch>/<api>/<name>. Fixes #2438