Skip to content
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

macOS support #72

Merged
merged 3 commits into from
Apr 22, 2022
Merged

macOS support #72

merged 3 commits into from
Apr 22, 2022

Conversation

dvzrv
Copy link
Collaborator

@dvzrv dvzrv commented Apr 20, 2022

Add fixes for the meson build system, so that the project can be built on macOS as well.
Extend the github workflow for building, to build on latest macOS.

Relates to #11

meson.build:
Only require librt when building zalsa. The library is also not
available on macOS, which makes it even more so important to not search
for it and require it by default.
Require the existence of `opus/opus_custom.h` to be able to build with
opus support. The existence of the header file depends on whether opus
has been built using the `--enable-custom-modes` configure option.
@dvzrv dvzrv added the enhancement New feature or request label Apr 20, 2022
@dvzrv dvzrv requested a review from falkTX April 20, 2022 13:35
@dvzrv dvzrv self-assigned this Apr 20, 2022
scripts/meson_create_symlink:
Force the creation of symlinks so that existing files are overwritten.
.github/workflows/build.yml:
Extend build workflow by job for building on latest macOS.
@dvzrv dvzrv marked this pull request as ready for review April 20, 2022 13:45
meson.build Show resolved Hide resolved
@falkTX falkTX merged commit 7efb2eb into main Apr 22, 2022
@falkTX falkTX deleted the macos_support branch April 22, 2022 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants