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

Commit

Permalink
Remove 'python2' from gypCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
ficristo committed May 31, 2016
1 parent a28fe08 commit 58a11d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ module.exports = function (grunt) {
gypCommand;

if (platform === "linux") {
gypCommand = "bash -c 'python2 gyp/gyp --depth=.'";
gypCommand = "bash -c 'gyp/gyp --depth=.'";
} else {
gypCommand = "bash -c 'gyp/gyp appshell.gyp -I common.gypi --depth=.'";
}
Expand Down

0 comments on commit 58a11d2

Please sign in to comment.