Skip to content

Commit

Permalink
Really mention sbuild in the comments about adapted cross-build support
Browse files Browse the repository at this point in the history
Follow-up to 4bed078.
  • Loading branch information
jtdor committed May 18, 2024
1 parent 8d0c43e commit fd7ce41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_build_deps
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cat >"$APT_CONF_FILE" <<-EOF
quiet "yes";
EOF

# Adapted from pbuilder's support for cross-building:
# Adapted from pbuilder's and sbuild's support for cross-building:
if [ -n "$INPUT_HOST_ARCH" ]; then
dpkg --add-architecture "$INPUT_HOST_ARCH"
INPUT_EXTRA_BUILD_DEPS="$INPUT_EXTRA_BUILD_DEPS crossbuild-essential-$INPUT_HOST_ARCH libc-dev:$INPUT_HOST_ARCH"
Expand Down

0 comments on commit fd7ce41

Please sign in to comment.