Skip to content

Conversation

@andreeco
Copy link

@andreeco andreeco commented Oct 9, 2025

Change: Set -DCMAKE_INSTALL_LIBDIR=lib and -DCMAKE_INSTALL_INCLUDEDIR=include to ensure libraries and headers are installed in standard locations on all platforms. Without this patch, cross-building libfido2 (and other dependents) fails because libcbor libraries and pkg-config files are not found in ${prefix}/lib; the fix ensures they’re installed in the correct location for all platforms.

Change: Set -DCMAKE_INSTALL_LIBDIR=lib and -DCMAKE_INSTALL_INCLUDEDIR=include to ensure libraries and headers are installed in standard locations on all platforms.
Without this patch, cross-building libfido2 (and other dependents) fails because libcbor libraries and pkg-config files are not found in ${prefix}/lib; the fix ensures they’re installed in the correct location for all platforms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant