Skip to content

Commit

Permalink
conanfile.py: Use conan conf for enabling codesigning instead of opti…
Browse files Browse the repository at this point in the history
…ons (2)
  • Loading branch information
jwatson0 committed Oct 25, 2024
1 parent bb6e5c5 commit 9c2ad75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-slm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9c2ad75

Please sign in to comment.