Skip to content

Commit

Permalink
allow build to specify macOS perl build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Palao committed Sep 10, 2021
1 parent 0a54b15 commit 4f462e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ios/build.sh
Expand Up @@ -47,7 +47,9 @@ MIN_VERSION_TAG="-m""$PLATFORM_TAG""os-version-min=$MIN_VERSION"
WORKDIR=`pwd`
PREFIX="$WORKDIR/$INSTALL_DIR"
PERL_VERSION="5.$PERL_MAJOR_VERSION.$PERL_MINOR_VERSION"
export PERLBREW_SOURCE="$PERLBREW_ROOT/build/perl-$PERL_VERSION"

: "${PERLBREW_SOURCE:=$PERLBREW_ROOT/build/perl-$PERL_VERSION}"
export PERLBREW_SOURCE

mkdir "$PREFIX"
mkdir "$PREFIX/lib"
Expand Down

0 comments on commit 4f462e7

Please sign in to comment.