Browse Source

use ProxyDetect.

Nicolas Cannasse 18 years ago
parent
commit
eeb83c6b11
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/tools/haxelib/Main.hx

+ 1 - 0
std/tools/haxelib/Main.hx

@@ -693,6 +693,7 @@ class Main {
 	}
 
 	static function main() {
+		haxe.Http.PROXY = neko.net.ProxyDetect.detect();
 		new Main().process();
 	}