Skip to content

Commit

Permalink
Changing to Pharo90
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Sep 6, 2021
1 parent b4655ec commit b3ec765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function get_platform_identifier() {
# Set magic variables for current file & dir
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
__builddir="$(pwd)/build"
PHARO_VERSION="${PHARO_VERSION:-70}"
PHARO_VERSION="${PHARO_VERSION:-90}"
PHARO="./pharo Pharo.image"

rm -rf "${__builddir}" && mkdir -p "${__builddir}" && cd "${__builddir}"
Expand Down

0 comments on commit b3ec765

Please sign in to comment.