openalea.sconsx.util.buildprefix.fix_custom_buildprefix#
- fix_custom_buildprefix(env, standardprefix='build-scons')[source]#
A function that create a symlink in case build_prefix is different from standardprefix. Usefull to make the link with python setup.py configuration. Args: env (SCons.environment or str): The actual prefix. standardprefix (str): The name of the standart prefix used by setup.py.