We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a8139 commit d486de6Copy full SHA for d486de6
CMakeLists.txt
@@ -1105,7 +1105,7 @@ if(SDL_LIBC)
1105
#include <stddef.h>
1106
#include <iconv.h>
1107
int main(int argc, char **argv) {
1108
- return iconv_open(NULL,NULL);
+ return !iconv_open(NULL,NULL);
1109
}" ICONV_IN_LIBC)
1110
1111
cmake_push_check_state()
@@ -1114,7 +1114,7 @@ if(SDL_LIBC)
1114
1115
1116
1117
1118
}" ICONV_IN_LIBICONV)
1119
cmake_pop_check_state()
1120
0 commit comments