Skip to content

Commit

Permalink
cmake: fix sdlcpu.cmake for C89 compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr authored and sezero committed Nov 20, 2024
1 parent 4a8bda9 commit 948a1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sdlcpu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ const char *arch_${known_arch} = \"INFO<${known_arch}=\" ARCH_${known_arch} \">\

set(src_arch_detect "${src_vars}
int main(int argc, char *argv[]) {
(void)argv;
int result = 0;
(void)argv;
${src_main}
return result;
}")
Expand Down

0 comments on commit 948a1cd

Please sign in to comment.