From 9c2ad75e8d96fee5d7c42b06659fce49215f8473 Mon Sep 17 00:00:00 2001 From: Jason Watson Date: Fri, 25 Oct 2024 12:49:26 -0400 Subject: [PATCH] conanfile.py: Use conan conf for enabling codesigning instead of options (2) --- ci/build-slm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-slm.sh b/ci/build-slm.sh index a420285..e6806a4 100755 --- a/ci/build-slm.sh +++ b/ci/build-slm.sh @@ -80,7 +80,7 @@ echo "Building slm version ${VER} in ${PWD}" CONAN_OPTS="-vtrace" if [ "$SIGN_EXECUTABLE" == "true" ] ; then - CONAN_OPTS=" -o:h codesign=True ${CONAN_OPTS}" + CONAN_OPTS=" -c:h user.jitx.slm:codesign=True ${CONAN_OPTS}" fi export CONAN_OPTS