|  | @@ -15,7 +15,7 @@ func buildV2Ray(targetFile string, version string, goOS GoOS, goArch GoArch) err
 | 
											
												
													
														|  |  	cmd := exec.Command("go", "build", "-tags", "json", "-o", targetFile, "-compiler", "gc", "-ldflags", ldFlags, "v2ray.com/core/main")
 |  |  	cmd := exec.Command("go", "build", "-tags", "json", "-o", targetFile, "-compiler", "gc", "-ldflags", ldFlags, "v2ray.com/core/main")
 | 
											
												
													
														|  |  	cmd.Env = append(cmd.Env, os.Environ()...)
 |  |  	cmd.Env = append(cmd.Env, os.Environ()...)
 | 
											
												
													
														|  |  	output, err := cmd.CombinedOutput()
 |  |  	output, err := cmd.CombinedOutput()
 |