Skip to content

Any plans to add Windows support? #10

Description

@danbugs

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions