Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge commit '0f57b1a83fc5eaa904f88916b9e478dd913435f0'
Browse files Browse the repository at this point in the history
  • Loading branch information
saper committed Aug 24, 2015
2 parents c47fc65 + 0f57b1a commit 7c15014
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 7c15014

Please # to comment.