Merge c35e6bf288ab69b3e9ce083c667ee536bcbc051b into d7ae12ae71dfd6ab2997527d295014a8996fa0f9

This commit is contained in:
Michael Hughes 2026-03-28 08:55:38 +00:00 committed by GitHub
commit 402865be76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
qjsc.c

@ -504,6 +504,7 @@ static int output_executable(const char *out_filename, const char *cfilename,
*arg++ = "-lm";
*arg++ = "-ldl";
*arg++ = "-lpthread";
*arg++ = "-latomic";
*arg = NULL;
if (verbose) {