Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

NDK r22b is out #93

@AbduSharif

Description

@AbduSharif

openAL fails to link with NDK r22, because of this change "LLD is now the default linker", after a quick search on the internet; since OpenMW android uses "-fuse-ld=gold", I've set this for Cmake:

-DANDROID_LD=deprecated 

And for NDK build:

APP_LD=deprecated 

Now openAL links fine.

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