We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would find it helpful to have $EPICS_HOST_ARCH available in *_HOOK scripts. eg. to write configure/CONFIG_SITE.Common.$(EPICS_HOST_ARCH).
$EPICS_HOST_ARCH
*_HOOK
configure/CONFIG_SITE.Common.$(EPICS_HOST_ARCH)
I am not quite sure of the best way/place to add this. Maybe as simple as moving detect_epics_host_arch() before add_dependency() in prepare()?
detect_epics_host_arch()
add_dependency()
prepare()
The text was updated successfully, but these errors were encountered:
Not used hook scripts a lot so far, but I can imagine the usefulness.
Sorry, something went wrong.
No branches or pull requests
I would find it helpful to have
$EPICS_HOST_ARCH
available in*_HOOK
scripts. eg. to writeconfigure/CONFIG_SITE.Common.$(EPICS_HOST_ARCH)
.I am not quite sure of the best way/place to add this. Maybe as simple as moving
detect_epics_host_arch()
beforeadd_dependency()
inprepare()
?The text was updated successfully, but these errors were encountered: