mupen64plus / mupen64plus-ui-console

Console (command-line) front-end user interface for Mupen64Plus v2.0 project
46 stars 68 forks source link

build: Fix build with mingw. #68

Closed orbea closed 3 years ago

orbea commented 3 years ago

Fixes https://github.com/mupen64plus/mupen64plus-ui-console/issues/67.

Narann commented 3 years ago

Thanks, I suspect there is a missing endif statement. I did a PR #69 .

orbea commented 3 years ago

Thanks, I suspect there is a missing endif statement.

No, this is not true.

else ifeq ($(PIE), 0)

Is an standard gmake elseif statement.