File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ ASSET_DESCRIPTION="https://github.com/ponylang/ponyc"
6060
6161# Build pony installation
6262echo " Building ponyc installation..."
63- make configure arch=${PROCESSOR} cpu=${CPU} build_flags=-j${MAKE_PARALLELISM} \
63+ make configure arch=${PROCESSOR} cpu=" ${CPU} " build_flags=-j${MAKE_PARALLELISM} \
6464 version=" ${PONY_VERSION} "
6565make build version=" ${PONY_VERSION} "
6666make install arch=${PROCESSOR} prefix=" ${BUILD_PREFIX} " symlink=no version=" ${PONY_VERSION} "
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ASSET_DESCRIPTION="https://github.com/ponylang/ponyc"
5757
5858# Build pony installation
5959echo " Building ponyc installation..."
60- make configure arch=${PROCESSOR} cpu=${CPU} build_flags=-j${MAKE_PARALLELISM}
60+ make configure arch=${PROCESSOR} cpu=" ${CPU} " build_flags=-j${MAKE_PARALLELISM}
6161make build
6262make install arch=${PROCESSOR} prefix=" ${BUILD_PREFIX} " symlink=no
6363
You can’t perform that action at this time.
0 commit comments