Skip to content

Commit

Permalink
Don't install "openfl-tools" in setup (the tools are the ones running…
Browse files Browse the repository at this point in the history
… setup ;)
  • Loading branch information
jgranick committed Jun 23, 2013
1 parent eece7d1 commit d63d9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/PlatformSetup.hx
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class PlatformSetup {

if (!userDefines.exists ("nme")) {

Sys.command ("haxelib install openfl-tools");
//Sys.command ("haxelib install openfl-tools");
Sys.command ("haxelib install openfl-html5");
Sys.command ("haxelib install openfl-samples");
Sys.command ("haxelib install openfl-compatibility");
Expand Down

0 comments on commit d63d9a6

Please sign in to comment.