Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
use LINK env variable for native-addon builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jBarz committed Jul 26, 2017
1 parent db1221e commit ad5cc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/npm/bin/npm-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
var installdir = path.dirname(process.execPath);
process.env['CC'] = path.join(installdir, "eb2as.sh");
process.env['CXX'] = path.join(installdir, "eb2as.sh");
process.env['LINK'] = path.join(installdir, "eb2as.sh");
}

if (conf.usage && npm.command !== 'help') {
Expand Down

0 comments on commit ad5cc59

Please sign in to comment.