Skip to content

Library path not set in tests/setup.py #4

@TaylanUB

Description

@TaylanUB

The file tests/setup.py.in passes an include_dirs but no library_dirs argument. This caused ld: -lrecode not found errors while I was building under GNU Guix. Adding library_dirs=['../src/.libs'] fixed the issue. (A cleaner solution would do that in a parameterized way akin to how include_dirs is set, I suppose. I'm leaving it up to you.)

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