Skip to content

Commit

Permalink
re-add compiler to jinja_context-namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 10, 2023
1 parent 51d08a6 commit d1944be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conda_build/jinja_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@ def _target(language, config, permit_undefined_jinja=False, component="compiler"
return package


# ensure we have compiler in namespace
compiler = partial(_target, component="compiler")


def ccache(method, config, permit_undefined_jinja=False):
config.ccache_method = method
return "ccache"
Expand Down

0 comments on commit d1944be

Please sign in to comment.