Skip to content

Commit 0a41b90

Browse files
committed
remove tapi for now
1 parent 4cce522 commit 0a41b90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vinca/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ def generate_output(pkg_shortname, vinca_conf, distro, version, all_pkgs=[]):
222222
"{{ compiler('c') }}",
223223
"ninja",
224224
{"sel(unix)": "make"},
225-
{"sel(osx)": "tapi"},
225+
# let's figure out if we need this, was added for ROS2
226+
# {"sel(osx)": "tapi"},
226227
"cmake",
227228
{"sel(build_platform != target_platform)": "python"},
228229
{"sel(build_platform != target_platform)": "cross-python_{{ target_platform }}"},

0 commit comments

Comments
 (0)