Skip to content

Commit d308f02

Browse files
committed
dirent
1 parent c1afb7a commit d308f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

amalgam.js

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {loadFile, writeFile} from "qjs:std"
22

33
const cutils_c = loadFile("cutils.c")
44
const cutils_h = loadFile("cutils.h")
5+
const dirent_compat_h = loadFile("dirent_compat.h")
56
const libbf_c = loadFile("libbf.c")
67
const libbf_h = loadFile("libbf.h")
78
const libregexp_c = loadFile("libregexp.c")
@@ -36,6 +37,7 @@ let source = "#if defined(QJS_BUILD_LIBC) && defined(__linux__) && !defined(_GNU
3637
+ libregexp_c
3738
+ libunicode_c
3839
+ "#ifdef QJS_BUILD_LIBC\n"
40+
+ dirent_compat_h
3941
+ quickjs_libc_h
4042
+ quickjs_libc_c
4143
+ "#endif // QJS_BUILD_LIBC\n"

0 commit comments

Comments
 (0)