Skip to content

build: incorrect description of the named_install step #213

@perillo

Description

@perillo

Currently, the named_install step is defined as:

const named_install = b.step(b.fmt("{s}_install", .{key}), b.fmt("Install {s} to zig-cache/bin", .{ex.main_file}));

However the executable, by default, is installed in zig-out/bin, not zig-cache/bin.
Moreover, the user can change the destination, with the -p --prefix or --prefix-exe-dir options.

I will fix it.

By the way: is it really necessary to add an install step?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions