Skip to content

Commit

Permalink
toolchain: remove elpa parallel build issue workaround
Browse files Browse the repository at this point in the history
as noted in #699
  • Loading branch information
dev-zero committed Aug 10, 2020
1 parent 63b073b commit 1bfbee4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/toolchain/scripts/install_elpa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ source "${INSTALLDIR}"/toolchain.env
ELPA_CFLAGS=''
ELPA_LDFLAGS=''
ELPA_LIBS=''
# ELPA 2019.05.001 has a parallel build issue, restricting to -j1
ELPA_MAKEOPTS='-j1'
ELPA_MAKEOPTS=''

! [ -d "${BUILDDIR}" ] && mkdir -p "${BUILDDIR}"
cd "${BUILDDIR}"
Expand Down

0 comments on commit 1bfbee4

Please sign in to comment.