mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 02:43:30 +08:00
cmake: fix sdlcpu.cmake for C89 compilers
This commit is contained in:
parent
aa352837d5
commit
4fb955c80b
@ -61,8 +61,8 @@ const char *arch_${known_arch} = \"INFO<${known_arch}=\" ARCH_${known_arch} \">\
|
|||||||
|
|
||||||
set(src_arch_detect "${src_vars}
|
set(src_arch_detect "${src_vars}
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
(void)argv;
|
|
||||||
int result = 0;
|
int result = 0;
|
||||||
|
(void)argv;
|
||||||
${src_main}
|
${src_main}
|
||||||
return result;
|
return result;
|
||||||
}")
|
}")
|
||||||
|
Loading…
Reference in New Issue
Block a user