Fixed an incorrect ifdef in es-pdf-convert

This commit is contained in:
Leon Styhre 2023-06-25 21:48:15 +02:00
parent 8347f0f2e9
commit 7b66d6232a

View file

@ -87,7 +87,7 @@ int main(int argc, char* argv[])
validArguments = false;
if (!validArguments) {
#if defined(APPLE)
#if defined(__APPLE__)
std::cout << "This binary is only intended to be executed by EmulationStation (ES-DE)"
#else
std::cout << "This binary is only intended to be executed by emulationstation (ES-DE)"