Skip to content

Commit d5ae86d

Browse files
committed
try to fix slang build
- disable parallel make
1 parent 33e8b2d commit d5ae86d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cross/slang/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ GNU_CONFIGURE = 1
1515
CONFIGURE_ARGS = --with-z=$(INSTALL_DIR)/$(INSTALL_PREFIX)
1616
CONFIGURE_ARGS += --with-pcre=$(INSTALL_DIR)/$(INSTALL_PREFIX)
1717

18+
# disable parallel make
19+
# https://github.com/osresearch/heads/issues/385#issuecomment-382926111
20+
# https://github.com/osresearch/heads/commit/acf16c7304de8675f66ecc204b2abea25f0f67a3
21+
COMPILE_MAKE_OPTIONS += -j1
1822
include ../../mk/spksrc.cross-cc.mk

0 commit comments

Comments
 (0)