We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50566de commit 744af14Copy full SHA for 744af14
install.js
@@ -10,7 +10,6 @@ process.stdout.write("==========================================================
10
// Check if we want to build the native code
11
var build_native = process.env['npm_package_config_native'] != null ? process.env['npm_package_config_native'] : 'false';
12
build_native = build_native == 'true' ? true : false;
13
-
14
// If we are building the native bson extension ensure we use gmake if available
15
if(build_native) {
16
// Check if we need to use gmake
0 commit comments