mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Fix the following build failure with BR2_SHARED_STATIC_LIBS: CMake Error at src/CMakeLists.txt:56 (add_library): add_library cannot create target "belr" because another target with the same name already exists. The existing target is a static library created in source directory Fixes: - http://autobuild.buildroot.org/results/d1ef96c8f370b5a522985c37f1681dd10bbc15bb Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Peter: simplify/add comment explaining why] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>