Skip to content

Change the install name of datatable.so on OS X #1144

@asmeurer

Description

@asmeurer

The build changes data.table.so to datatable.so, but it doesn't change the install name on OS X (otool -L datatable.so), so future things that link against it will pull in the wrong install name. The build should use install_name_tool -id datatable.so path/to/datatable.so to change the install name to match the file name (or probably better, compile it as datatable.so in the first place).

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