diff options
Diffstat (limited to 'common/hooks/pre-pkg')
-rw-r--r-- | common/hooks/pre-pkg/05-prepare-32bit.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/hooks/pre-pkg/05-prepare-32bit.sh b/common/hooks/pre-pkg/05-prepare-32bit.sh index 881d87aea60..1b6a5ae2161 100644 --- a/common/hooks/pre-pkg/05-prepare-32bit.sh +++ b/common/hooks/pre-pkg/05-prepare-32bit.sh @@ -12,14 +12,6 @@ hook() { local destdir32=${XBPS_DESTDIR}/${pkgname}-32bit-${version} - # Do not build 32bit pkgs for: - # - perl modules - # - python modules - # - ruby modules - if [[ $build_style =~ (perl|python|ruby) ]]; then - return - fi - # By default always enabled unless "lib32disabled" is set. if [ -n "$lib32disabled" ]; then return |