node-raylib icon indicating copy to clipboard operation
node-raylib copied to clipboard

use single build for mac

Open konsumer opened this issue 1 year ago • 0 comments

This changes mac to always use a single "fat" library that supports ARM (M1/M4) and Intel both.

It will build both in cmake, CI will build a single file, and the postinstall script will download the single file, instead of CPU-specific.

konsumer avatar Feb 16 '25 02:02 konsumer