add configure_build and install_local_destdir

This commit is contained in:
2025-12-05 11:58:45 -06:00
parent 9f018d9036
commit 675fdec278
2 changed files with 93 additions and 63 deletions

View File

@@ -88,6 +88,10 @@ src_scripts || return 1
determine_pkg_mgr || return 1
check_compile_opts_override || return 1
# set local prefix since some functions need it
# as opposed to user-defined PREFIX
LOCAL_PREFIX="${IGN_DIR}/$(print_os)_sysroot"
if [[ ${FB_RUNNING_AS_SCRIPT} -eq 0 ]]; then
print_cmds || return 1
fi