guile: re-enable parallel builds

This reverts ebd006f and should fix #11325 after boehm_gc was fixed.
This commit is contained in:
Joachim Mairböck
2024-11-30 12:41:00 +01:00
parent f516e36f4a
commit ee6e29e2a9

View File

@@ -115,7 +115,7 @@ BUILD()
# No MADV_DONTNEED, yet
sed --in-place '/HAVE_SYS_MMAN_H/d' config.h
make -j1
make $jobArgs
}
INSTALL()