Merge c35e6bf288ab69b3e9ce083c667ee536bcbc051b into 20d2b404af65edc5d66ee6f11a59f930ea3d1b88

This commit is contained in:
Michael Hughes 2025-08-27 20:08:48 +02:00 committed by GitHub
commit df8a3cb58e
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) {