Commit 7c15014b by Marcin Cieslak

Merge commit '0f57b1a8'

parents c47fc65e 0f57b1a8
......@@ -20,7 +20,9 @@ require('../lib/extensions');
function afterBuild(options) {
var install = process.sass.binaryPath;
var target = path.join(__dirname, '..', 'build', options.debug ? 'Debug' : 'Release', 'binding.node');
var target = path.join(__dirname, '..', 'build',
options.debug ? 'Debug' : process.config.target_defaults.default_configuration,
'binding.node');
mkdir(path.dirname(install), function(err) {
if (err && err.code !== 'EEXIST') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment