Skip to content

Makefile uses Linux-specific option --force #55

@simonjwright

Description

@simonjwright

This line in Makefile.in

ln -s ${libdir} ${DESTDIR}${datadir}/examples/gtkada --force

uses the Linux-specific option --force (at the end of the command, too, which is highly unusual).
This option isn’t available on macOS: please change to the more standard

ln -s -f ${libdir} ${DESTDIR}${datadir}/examples/gtkada

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions