We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1afb7a commit d308f02Copy full SHA for d308f02
amalgam.js
@@ -2,6 +2,7 @@ import {loadFile, writeFile} from "qjs:std"
2
3
const cutils_c = loadFile("cutils.c")
4
const cutils_h = loadFile("cutils.h")
5
+const dirent_compat_h = loadFile("dirent_compat.h")
6
const libbf_c = loadFile("libbf.c")
7
const libbf_h = loadFile("libbf.h")
8
const libregexp_c = loadFile("libregexp.c")
@@ -36,6 +37,7 @@ let source = "#if defined(QJS_BUILD_LIBC) && defined(__linux__) && !defined(_GNU
36
37
+ libregexp_c
38
+ libunicode_c
39
+ "#ifdef QJS_BUILD_LIBC\n"
40
+ + dirent_compat_h
41
+ quickjs_libc_h
42
+ quickjs_libc_c
43
+ "#endif // QJS_BUILD_LIBC\n"
0 commit comments