summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_includes
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_includes')
-rwxr-xr-xhelpers/lh_binary_includes4
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes
index 70959ac..4c8d5bb 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"
;;