Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BuildPackages.sh: add --with-gap option
We call gap to parse PackageInfo.g files. To do so, so far we called $GAPROOT/gap. But that does not work reliably with out-of-tree builds; instead $GAPROOT/bin/gap.sh should be called (which we now do by default) But even that might not be enough for special applications. Hence we added a --with-gap option to allow users to override this, if they should really need to.
- Loading branch information