Skip to content

RELEASE 2.8.0: Custom build commands

Compare
Choose a tag to compare
@nerdvegas nerdvegas released this 10 Mar 04:27
· 2544 commits to main since this release

Packages can now provide their own build commands in their package.py:

# in package.py
build_command = "make -f {root}/Makefile {install}"

See:
https://github.com/nerdvegas/rez/wiki/Building-Packages#custom-build-commands