DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
434 stars 59 forks source link

Fix hanging build on macos #270

Closed DelSkayn closed 4 months ago

DelSkayn commented 4 months ago

Force patch to generate new files even if they exist, fixing a hanging build on macos.

Thanks to @wangrunji0408 for pointing out the problem and the providing a fix.

Fixes #268