From 3c0a6bfa4ebd8e64a4f12f049bf37f80e683de0b Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 14 Jan 2025 21:24:25 -0800 Subject: [PATCH] add todo --- crosstool/osx_cc_wrapper.sh.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/crosstool/osx_cc_wrapper.sh.tpl b/crosstool/osx_cc_wrapper.sh.tpl index e40a98b..98bb5a0 100755 --- a/crosstool/osx_cc_wrapper.sh.tpl +++ b/crosstool/osx_cc_wrapper.sh.tpl @@ -109,6 +109,7 @@ function call_install_name() { "@loader_path/$2/$3" "${OUTPUT}" } +# TODO: Remove when --incompatible_macos_set_install_name is not disable-able # Do replacements in the output for rpath in ${RPATHS}; do for lib in ${LIBS}; do