macos: fix typo in conftest

This commit is contained in:
Christian Jullien 2020-06-22 10:19:09 +02:00
parent f84e96fe81
commit 0262f0eb1e

View File

@ -103,7 +103,7 @@ int main(int argc, char *argv[])
puts("clang");
#elif defined(__TINYC__)
puts("tcc");
#elif defiend(__GNUC__)
#elif defined(__GNUC__)
puts("gcc");
#else
puts("unknown");