Jeremy Apthorp
|
475eef01c3
|
chore: [gn] copy node.dll in addition to node.dll.lib (#13489)
On Windows, you need to link against the `.lib` but the `.dll` needs to be next to the `.exe` at runtime, so we need to copy both.
|
2018-06-28 14:25:56 -07:00 |
|
Jeremy Apthorp
|
39e6943f1e
|
chore: [gn] changes to BUILD.gn for windows (#13434)
Grab basket of changes needed to get the `electron_lib` target building on Windows with GN.
|
2018-06-26 22:58:20 +02:00 |
|
Jeremy Apthorp
|
aa4ca406c8
|
chore: update GN build for chrome 66
|
2018-06-21 11:30:43 -07:00 |
|
Jeremy Apthorp
|
c598272891
|
refactor: [gn] compile node with boringssl (#13285)
|
2018-06-19 10:39:43 -05:00 |
|
Jeremy Apthorp
|
4321db401c
|
Build node by calling ./configure
|
2018-05-31 11:18:26 -07:00 |
|
Jeremy Apthorp
|
b160093b91
|
refactor: GN builds on linux (#12957)
|
2018-05-16 12:51:11 -07:00 |
|
Jeremy Apthorp
|
7a36322432
|
[gn] Include node/common.gypi when building node
Not sure how this ever worked, but the GN build certainly doesn't work
on Linux without this.
|
2018-05-15 09:53:24 -07:00 |
|
Jeremy Apthorp
|
f2b1b3f6b8
|
Add GN build
|
2018-05-10 14:03:02 -07:00 |
|