mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-27 13:48:45 +03:00
Merge c35e6bf288ab69b3e9ce083c667ee536bcbc051b into 20d2b404af65edc5d66ee6f11a59f930ea3d1b88
This commit is contained in:
commit
df8a3cb58e
1
qjsc.c
1
qjsc.c
@ -504,6 +504,7 @@ static int output_executable(const char *out_filename, const char *cfilename,
|
|||||||
*arg++ = "-lm";
|
*arg++ = "-lm";
|
||||||
*arg++ = "-ldl";
|
*arg++ = "-ldl";
|
||||||
*arg++ = "-lpthread";
|
*arg++ = "-lpthread";
|
||||||
|
*arg++ = "-latomic";
|
||||||
*arg = NULL;
|
*arg = NULL;
|
||||||
|
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user