rebuild icon indicating copy to clipboard operation
rebuild copied to clipboard

Build native modules using libc++

Open MarshallOfSound opened this issue 3 years ago • 1 comments

Electron from version 8 and higher is built and linked to libc++ instead of the normal standard library. We should make native modules link to libc++ as well (might have to adjust Electron to export the symbols) so that they are 100% compatible.

MarshallOfSound avatar Oct 01 '20 03:10 MarshallOfSound

Is this handled by #431?

bencwallace avatar Jan 08 '23 04:01 bencwallace