Merge c35e6bf288ab69b3e9ce083c667ee536bcbc051b into 8807fedec55bc4dbdf7b4780d36bfc4b4fd6e5e2

This commit is contained in:
Michael Hughes 2025-09-24 17:43:38 -04:00 committed by GitHub
commit c6f93e2f3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
qjsc.c
View File

@ -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) {