Skip to content
Snippets Groups Projects
Commit 87555b20 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Switch win32 toolchain components to overlay convention

parent 98a8a215
No related branches found
No related tags found
No related merge requests found
#@ load("@ytt:template", "template")
#@ load("@ytt:data", "data")
#@ load("/components/toolchain/arch/win32.lib.yml", "win32_toolchain_components")
#@ load("/components/toolchain/arch/win64.lib.yml", "win64_toolchain_components")
#@ load("/components/macos/macos.lib.yml", "macos_toolchain_components")
#@ load("/global_options.lib.yml", "options")
components:
_: #@ template.replace(win64_toolchain_components)
_: #@ template.replace(win32_toolchain_components)
_: #@ template.replace(macos_toolchain_components)
......
#@ load("@ytt:overlay", "overlay")
#@ load("/components/toolchain/lib/toolchain.lib.yml", "create_toolchain_components")
#@ def _params():
......@@ -16,6 +17,7 @@ extra_gcc_configure_options:
dynamic: "0"
#@ end
#@overlay/match by=overlay.all, expects=1
#@overlay/match-child-defaults missing_ok=True
---
#@ win32_toolchain_components = create_toolchain_components(**_params())
components: #@ create_toolchain_components(**_params())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment