Add ../../Frameworks rpath for bundled cmux cli

This commit is contained in:
Lawrence Chen 2026-02-24 20:47:01 -08:00
parent db86d3e301
commit 915c01f9d0

View file

@ -810,6 +810,7 @@
"$(inherited)",
"@executable_path",
"@executable_path/../Frameworks",
"@executable_path/../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
PRODUCT_NAME = cmux;
@ -828,6 +829,7 @@
"$(inherited)",
"@executable_path",
"@executable_path/../Frameworks",
"@executable_path/../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
PRODUCT_NAME = cmux;