Skip to content

Commit

Permalink
Merge pull request #3412 from hadfl/perl
Browse files Browse the repository at this point in the history
perl: fix aarch64 cross-build
  • Loading branch information
oetiker authored Dec 8, 2023
2 parents 1e5e29b + 2619e36 commit 2acb1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/perl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MAJVER=${VER%.*}
SUMMARY="Perl $MAJVER Programming Language"
DESC="A highly capable, feature-rich programming language"

CROSSVER=1.5.1
CROSSVER=1.5.2

set_arch 64
CTF_FLAGS+=" -s"
Expand Down

0 comments on commit 2acb1a2

Please sign in to comment.