diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes index 70959ace9..4c8d5bbb4 100755 --- a/helpers/lh_binary_includes +++ b/helpers/lh_binary_includes @@ -75,6 +75,10 @@ case "${LH_ARCHITECTURE}" in ARCH="386" ;; + spa) + ARCH="spa" + ;; + powerpc) ARCH="ppc" ;;