Skip to content

make it possible to install both headers and library #457

@teto

Description

@teto

Hi,

I am trying to bump the nixos package for luv and one problem I have is that I can't install both the library and headers at the same time (or I hqven't found how) because BUILD_MODULE is used for 2 distinguished actions

if (BUILD_MODULE)

if (NOT BUILD_MODULE)

On nixos once a package is installed, its folder becomes readonly so that it doesn't get tampered with so I can't rerun the installer twice. I wish there was an other boolean to install the headers (or always install them).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions