diff options
Diffstat (limited to 'dev-libs/simdjson/simdjson-2.1.0-r1.ebuild')
-rw-r--r-- | dev-libs/simdjson/simdjson-2.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/simdjson/simdjson-2.1.0-r1.ebuild b/dev-libs/simdjson/simdjson-2.1.0-r1.ebuild index 55fc98496a4e..a0cc3eba3666 100644 --- a/dev-libs/simdjson/simdjson-2.1.0-r1.ebuild +++ b/dev-libs/simdjson/simdjson-2.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -60,7 +60,7 @@ src_prepare() { } src_configure() { - local -a mycmakeargs=( + local mycmakeargs=( -DSIMDJSON_ENABLE_THREADS=ON ) use test && mycmakeargs+=( |