We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6727b1 commit aecbc9dCopy full SHA for aecbc9d
scripts/build.sh
@@ -57,11 +57,13 @@ build_php() {
57
CXXFLAGS="$(get_buildflags CXXFLAGS "$lto")"
58
LDFLAGS="$(get_buildflags LDFLAGS "$lto") -Wl,-z,now -Wl,--as-needed"
59
EXTRA_CFLAGS="-Wall -fsigned-char -fno-strict-aliasing -Wno-missing-field-initializers"
60
+ DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)"
61
export CFLAGS
62
export CPPFLAGS
63
export CXXFLAGS
64
export LDFLAGS
65
export EXTRA_CFLAGS
66
+ export DEB_HOST_MULTIARCH
67
68
# Export inputs
69
export INSTALL_ROOT
0 commit comments