blob: b70d09c5e0467deee73e94084e1e4e608c8f4610 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- qjsc.c.orig 2025-10-18 10:04:12 UTC
+++ qjsc.c
@@ -498,7 +498,7 @@ static int output_executable(const char *out_filename,
if (dynamic_export)
*arg++ = "-rdynamic";
*arg++ = cfilename;
- snprintf(libjsname, sizeof(libjsname), "%s/libquickjs%s%s.a",
+ snprintf(libjsname, sizeof(libjsname), "%s/libquickjs%s%s.so",
lib_dir, bn_suffix, lto_suffix);
*arg++ = libjsname;
*arg++ = "-lm";
|