You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Replace cpp/.. with ../cpp in generated paths for CMake compatibility
The pathdiff crate generates 'cpp/..' when calculating relative paths
from android/ to cpp/, but CMake and build tools prefer the canonical
'../cpp' form.
This fix applies a simple string replacement to normalize the paths,
matching the behavior of the existing workaround script.
Fixes: #315
0 commit comments