From e6b9f68a2ea46dc6e44b8cb22a63c0a55f280ff4 Mon Sep 17 00:00:00 2001 From: bcoe Date: Wed, 25 Dec 2019 16:22:21 -0800 Subject: [PATCH 1/3] build: switch realpath to pwd --- node.gypi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node.gypi b/node.gypi index 0751416c887c28..74cbb55dae25f7 100644 --- a/node.gypi +++ b/node.gypi @@ -311,7 +311,7 @@ 'llvm_version=="0.0"', { 'ldflags': [ '-Wl,-T', - ' Date: Wed, 25 Dec 2019 16:28:49 -0800 Subject: [PATCH 2/3] whoops, that should have been ld.implicit.script.lld --- node.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.gypi b/node.gypi index 74cbb55dae25f7..e6f5872cc75460 100644 --- a/node.gypi +++ b/node.gypi @@ -319,7 +319,7 @@ 'llvm_version!="0.0"', { 'ldflags': [ '-Wl,-T', - ' Date: Thu, 26 Dec 2019 14:04:07 -0800 Subject: [PATCH 3/3] force build