Skip to content

Commit

Permalink
Export DEB_HOST_MULTIARCH [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jan 17, 2025
1 parent b6727b1 commit aecbc9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ build_php() {
CXXFLAGS="$(get_buildflags CXXFLAGS "$lto")"
LDFLAGS="$(get_buildflags LDFLAGS "$lto") -Wl,-z,now -Wl,--as-needed"
EXTRA_CFLAGS="-Wall -fsigned-char -fno-strict-aliasing -Wno-missing-field-initializers"
DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)"
export CFLAGS
export CPPFLAGS
export CXXFLAGS
export LDFLAGS
export EXTRA_CFLAGS
export DEB_HOST_MULTIARCH

# Export inputs
export INSTALL_ROOT
Expand Down

0 comments on commit aecbc9d

Please sign in to comment.