Skip to content

Commit

Permalink
Fixed packaging script for lto builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Jan 7, 2025
1 parent 547bc41 commit f2322e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for arch in $arches; do
mkdir "$target/$name"

for app in $apps; do
if ! cp "$target/$triple/release/$app" "$target/$name/"; then
if ! cp "$target/$triple/lto/$app" "$target/$name/"; then
exit 1
fi
done
Expand Down

0 comments on commit f2322e1

Please sign in to comment.