Skip to content

Commit 9196841

Browse files
committed
add tapi
1 parent 6c76bc3 commit 9196841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vinca/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def generate_output(pkg_shortname, vinca_conf, distro, version, all_pkgs=[]):
211211
"{{ compiler('c') }}",
212212
"ninja",
213213
{"sel(unix)": "make"},
214+
{"sel(osx)": "tapi"},
214215
"cmake",
215216
{"sel(build_platform != target_platform)": "python"},
216217
{"sel(build_platform != target_platform)": "cross-python_{{ target_platform }}"},

0 commit comments

Comments
 (0)