Skip to content

applewin, cmake and DEBUG=1 #1970

@audetto

Description

@audetto

the applewin core (which I develop) uses cmake and when I try to build with

DEBUG=1 ./retroarch-build.sh

I get this error

cmake --build build/ --target applewin_libretro --config Release --  -j12 DEBUG=1
ninja: error: unknown target 'DEBUG=1'

It comes from

[ -n "$DEBUG" ] && make_cmdline2="$make_cmdline2 DEBUG=$DEBUG"

which I do not think makes sense with cmake. it should change Release to Debug in the config.

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