Merge c35e6bf288ab69b3e9ce083c667ee536bcbc051b into d73189dd5a582c19c565774bd56fed4e72d33c99

This commit is contained in:
Michael Hughes 2026-05-22 14:40:41 +08:00 committed by GitHub
commit be3b042490
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) {