mirror of
https://github.com/bellard/quickjs.git
synced 2026-03-31 12:18:01 +00:00
Merge c35e6bf288ab69b3e9ce083c667ee536bcbc051b into d7ae12ae71dfd6ab2997527d295014a8996fa0f9
This commit is contained in:
commit
402865be76
1
qjsc.c
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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user