summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/asmjit/asmjit-2022.07.02.ebuild')
-rw-r--r--dev-libs/asmjit/asmjit-2022.07.02.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/asmjit/asmjit-2022.07.02.ebuild b/dev-libs/asmjit/asmjit-2022.07.02.ebuild
index 909111795e67..a436e9b2a3f1 100644
--- a/dev-libs/asmjit/asmjit-2022.07.02.ebuild
+++ b/dev-libs/asmjit/asmjit-2022.07.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
S="${WORKDIR}"/${PN}-${CommitId}
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
-DASMJIT_TEST=$(usex test)
)
cmake_src_configure