Mizuki Nguyen

Results 14 comments of Mizuki Nguyen

and compiling a non-static builds work just fine too so it's probably not an issue with the code itself...?

so currently you have to use mozjs78 correct? cause if yes then I wasted way too much time compiling mozjs17 oops

now meson setup itself failed...weird ``` Checking for size of "int" : 4 Checking for size of "long" : 4 Checking for size of "long long" : 8 Checking for...

mm, weird that only the unix line has that... ``` if conf_data.get('CONFIG_OS_RISCOS') subdir('riscos') endif if conf_data.get('CONFIG_OS_UNIX') == 1 subdir('unix') endif if conf_data.get('CONFIG_OS_WIN32') subdir('win32') endif ``` removed `== 1` and meson...

what's the difference between libev and libevent (in the context of elinks)?

seems quickjs detection is being weird...it's right there lol ![itsrightthere](https://user-images.githubusercontent.com/49761211/160296628-bb4f0f66-f4cd-46c1-b340-e7feec799d50.PNG)

it's there on the address bar, clang64/lib (i'm using clang) ``` ls -l /clang64/lib/quickjs total 13780 -rw-r--r-- 1 Mizuki None 1243134 Mar 15 02:47 libquickjs -rw-r--r-- 1 Mizuki None 5565186...

Is this problem unsolvable? it's been a while with no response from you.

If you want to use `brave.exe`, ``` start "" brave.exe --user-data-dir=profile --no-default-browser-check --disable-machine-id --disable-encryption-win ``` copy all of that into a file named `brave_portable.cmd` and put the file in the...

That's right :) https://github.com/MagicalDrizzle/batch-collection/blob/main/getbrave_standalone.cmd If you use that script you won't even need to download brave-portable