Files
QNX/utils/p/patch/build-hooks
2025-08-20 19:02:58 +08:00

12 lines
259 B
Plaintext

function hook_preconfigure {
configure_opts="$configure_opts --prefix=$INSTALL_ROOT_nto/${cpudir}"
}
function hook_premake {
strip_r_switch
}
function hook_pinfo {
gen_pinfo -e patch usr/bin USE="%1>%C --help" DESCRIPTION="Apply a source patch"
}