Skip to content

build: link with libc++ and libc++abi on Linux and Windows #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 1, 2025
Merged

Conversation

devopvoid
Copy link
Owner

@devopvoid devopvoid commented Jun 23, 2025

This moves the compilation process further to use the WebRTC custom libc++ along with clang. This also adds support for Linux arm and arm64.

@devopvoid devopvoid merged commit 8fcc7d7 into master Jul 1, 2025
7 checks passed
@devopvoid
Copy link
Owner Author

Fixed #92 and #173.

@devopvoid devopvoid deleted the libc++ branch July 2, 2025 08:59
devopvoid added a commit that referenced this pull request Jul 2, 2025
* build: integrate libc++ and libc++abi for cross-platform support

* fix: GitHub actions

* build: update clang compiler paths in x86_64-linux-clang.cmake

* build: add libc++ as the standard library for linking

* fix: linux build by adding libc++-dev and libc++abi-dev

* Revert "fix: linux build by adding libc++-dev and libc++abi-dev"

This reverts commit f0461e1.

* build: inherit libc++ include paths and set as standard library for Linux

* refactor: update DesktopCapturer to use unique_ptr and improve method signatures

* build: update CMakeLists.txt to inherit libc++ include paths for both Linux and Windows

* build: update CMake and action files for aarch32 and aarch64 support
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