Closed orbea closed 3 years ago
Fixes https://github.com/mupen64plus/mupen64plus-ui-console/issues/67.
Thanks, I suspect there is a missing endif statement. I did a PR #69 .
endif
Thanks, I suspect there is a missing endif statement.
No, this is not true.
else ifeq ($(PIE), 0)
Is an standard gmake elseif statement.
elseif
Fixes https://github.com/mupen64plus/mupen64plus-ui-console/issues/67.