Skip to content

Commit

Permalink
wrong path in conditional for build script. fixes node-webrtc#34
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Jan 31, 2014
1 parent 344d698 commit 588c286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function depot_tools(callback)
process.chdir(TOOLS_DIR);

// Download depot tools
if(!fs.existsSync(TOOLS_DIR))
if(!fs.existsSync(TOOLS_DEPOT_TOOLS_DIR))
{
var child = exec("git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git");
child.on('exit', function(code, signal)
Expand Down

0 comments on commit 588c286

Please sign in to comment.