Skip to content

Build script incorrectly assumes presence of windres.exe in MinGW environs. #545

@Kerdek

Description

@Kerdek
    if(NOT CMAKE_RC_COMPILER)
        set(CMAKE_RC_COMPILER windres.exe)
    endif()

The above lines of CMakeLists.txt break compilation for android. The environment is MinGW, but we can't build a meaningful rc file. This should only be considered if the build environment is MingGW and the target environment is WIN32 and windres.exe is detected.

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