Skip to content

Any plans to add Windows support? #10

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

Open
danbugs opened this issue Sep 2, 2022 · 0 comments
Open

Any plans to add Windows support? #10

danbugs opened this issue Sep 2, 2022 · 0 comments

Comments

@danbugs
Copy link

danbugs commented Sep 2, 2022

Currently, you only have fn build_lib() -> Result<LibInfos> { } for #[cfg(target_os = "macos")] and #[cfg(target_os = "linux")]. Due to this, when running any of the examples on a Windows machine, the code panics because fn bundle_lib_and_link() -> Result<()> { } can't find a build_lib fn.

Considering Mosquitto supports building for Windows w/ cmake, do you have any plans to add Windows support?

Thanks!

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

No branches or pull requests

1 participant