Skip to content

Enable DJGPP/MS-DOS build of jasper #372

@SuperIlu

Description

@SuperIlu

Changing line https://github.com/jasper-software/jasper/blob/master/src/libjasper/base/jas_malloc.c#L651 from

#elif defined(__unix__) && (!defined(__linux__) && !defined(__APPLE__))

to

#elif defined(__unix__) && (!defined(__linux__) && !defined(__APPLE__)&& !defined(__DJGPP__))

allows Jasper to be cross compiled for MS-DOS using DJGPP

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions