Skip to content

Cannot build on Linux due to the makefile #1

@Botato300

Description

@Botato300

Currently, in the makefile, flags are passed to link libraries such as winmm, which is only necessary for Windows:

LDFLAGS = -L lib/raylib -lraylib -lgdi32 -lwinmm

It would be necessary to see which libraries are for Windows and which are for Linux, and apply the appropriate one according to the development environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions