Skip to content

XSTUDIO_PLUGIN_PATH on Windows splits on the wrong character #188

@HughMacdonald

Description

@HughMacdonald

When splitting XSTUDIO_PLUGIN_PATH, it uses ':' on all platforms, instead of using ';' on Windows. (ref:

for (const auto &p : xstudio::utility::split(plugin_path, ':')) {
)

I've got a PR that I've created to fix this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions