Compilation targets of WIN, WEB, and LINUX; ftw to nftw for emscripten [2deca9ddb9]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user