Skip to content

Commit

Permalink
Fix func signature
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Sep 7, 2023
1 parent b22bd4a commit 51d08a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_build/jinja_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def native_compiler(language, config):
return compiler


def _target(component, language, config, permit_undefined_jinja=False):
def _target(language, config, permit_undefined_jinja=False, component="compiler"):
"""Support configuration of compilers/stdlib. This is somewhat platform specific.
Native compilers/stdlib never list their host - it is always implied. Generally, they are
Expand Down

0 comments on commit 51d08a6

Please sign in to comment.