texlive: setup dependent build environment (#24102)
This commit is contained in:
parent
7499212bc1
commit
8f34a66502
1 changed files with 3 additions and 0 deletions
|
@ -186,6 +186,9 @@ def setup_build_environment(self, env):
|
|||
def setup_run_environment(self, env):
|
||||
env.prepend_path('PATH', join_path(self.prefix.bin, self.tex_arch()))
|
||||
|
||||
def setup_dependent_build_environment(self, env, dependent_spec):
|
||||
self.setup_run_environment(env)
|
||||
|
||||
@when('@live')
|
||||
def autoreconf(self, spec, prefix):
|
||||
touch('configure')
|
||||
|
|
Loading…
Reference in a new issue