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

Fix build on unsupported OS #8

Merged
merged 1 commit into from
May 25, 2024
Merged

Fix build on unsupported OS #8

merged 1 commit into from
May 25, 2024

Conversation

lcheylus
Copy link
Contributor

@lcheylus lcheylus commented Nov 4, 2023

  • src/lib.rs: replace conditional compilation with cfg_attr by cfg to define platform module + fix for unsupported OS

  • build/tests OK with an example code on Linux (OS supported) and OpenBSD (OS unsupported)

  • fix Build failure on unsupported OS #7

  - src/lib.rs: replace conditional compilation with cfg_attr by cfg to
    define platform module + fix for unsupported OS
  - build/tests OK with an example code on Linux (OS supported) and OpenBSD
    (OS unsupported)

  - fix Arc-blroth#7

Signed-off-by: Laurent Cheylus <foxy@free.fr>
@emilk
Copy link

emilk commented May 17, 2024

This would be great to have

Copy link
Owner

@Arc-blroth Arc-blroth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did I forget about this PR 💀

@Arc-blroth Arc-blroth merged commit ab84d72 into Arc-blroth:main May 25, 2024
This was referenced May 25, 2024
@emilk
Copy link

emilk commented May 27, 2024

Nice! Looking forward to a new release with this 🙏

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.

Build failure on unsupported OS
3 participants