Skip to content

Ubuntu x64, 64 bit libs are in /usr/lib #1

@tqh

Description

@tqh

On 64-bit Ubuntu 64-bit libs are in /usr/lib and 32 bit libs are in /usr/lib32.
Libdir needs to be changed to:

ifeq ($(ARCH),x86_64)
    LIBDIR=/usr/lib
    FORMAT=efi-app-x86-64
else
    ARCH=ia32
    LIBDIR=/usr/lib32
    FORMAT=efi-app-$(ARCH)
endif

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