mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
cmake.eclass: Remove duplicate eninja call from cmake_build
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -661,7 +661,6 @@ cmake_build() {
|
||||
OFF) NINJA_VERBOSE=OFF eninja "$@" ;;
|
||||
*) eninja "$@" ;;
|
||||
esac
|
||||
eninja "$@"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user