Skip to content

Commit

Permalink
Also mention sbuild in the comment about adapted cross-compilation su…
Browse files Browse the repository at this point in the history
…pport
  • Loading branch information
jtdor committed May 18, 2024
1 parent fefc90c commit 4bed078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_packages
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

# Adapted from pbuilder's support for cross-compilation:
# Adapted from pbuilder's and sbuild's support for cross-compilation:
if [ -n "$INPUT_HOST_ARCH" ]; then
if [ -z "${CONFIG_SITE-}" ]; then
export CONFIG_SITE="/etc/dpkg-cross/cross-config.$INPUT_HOST_ARCH"
Expand Down

0 comments on commit 4bed078

Please sign in to comment.