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
build: link with libc++ and libc++abi on Linux and Windows (#175)
* 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
0 commit comments