Compilation targets of WIN, WEB, and LINUX; ftw to nftw for emscripten [2deca9ddb9]

This commit is contained in:
2023-08-31 22:23:24 +00:00
parent a58da54994
commit 1b1d080528
9 changed files with 42 additions and 27 deletions

View File

@@ -568,7 +568,7 @@ JSValue dukext2paths(char *ext) {
dukext = ext;
dukarr = JS_NewArray(js);
dukidx = 0;
ftw(".", duk2path, 10);
nftw(".", duk2path, 10,0);
return dukarr;
}