diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-23 08:50:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-23 09:36:24 +0200 |
commit | 603009a23553544f5dbd280ebd33d0d789db87b3 (patch) | |
tree | c9d98ecf68b87fb058904f7dabb209a949bc8fb2 /eclass | |
parent | media-sound/abcmidi: bump to 2023.08.22 (diff) | |
download | gentoo-603009a23553544f5dbd280ebd33d0d789db87b3.tar.gz gentoo-603009a23553544f5dbd280ebd33d0d789db87b3.tar.bz2 gentoo-603009a23553544f5dbd280ebd33d0d789db87b3.zip |
cmake.eclass: Remove duplicate eninja call from cmake_build
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cmake.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index fb3f9b6352be..d0f6d0b4bd91 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -661,7 +661,6 @@ cmake_build() { OFF) NINJA_VERBOSE=OFF eninja "$@" ;; *) eninja "$@" ;; esac - eninja "$@" ;; esac |