Skip to content

Commit

Permalink
build shared lib for packages instead of static one
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Oct 22, 2024
1 parent 9872197 commit d4d367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build-linux.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readonly version=${VERSION:?input VERSION is required}
# Build target
readonly target=${TARGET:?input TARGET is required}

BUILD_TYPE=RELEASE make "$target"
BUILD_SHARED_LIBS=ON BUILD_TYPE=RELEASE make "$target"

readonly out=$GITHUB_WORKSPACE
readonly repo_name=${repo#*/}
Expand Down

0 comments on commit d4d367d

Please sign in to comment.