mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update http.js
This commit is contained in:
parent
4f1154f412
commit
3842d1bea8
|
@ -168,7 +168,7 @@ var HTTPObject = function(engine) {
|
|||
|
||||
// the location of cURL binary
|
||||
var arch = SYS.getArch();
|
||||
if (arch.toLowerCase().indexOf("arm") > -1) {
|
||||
if (arch.toLowerCase().indexOf("arm") > -1) {
|
||||
this.setBinPath("bin\\x64\\curl-8.10.1_1-win64a-mingw\\bin\\curl.exe");
|
||||
} else if (arch.indexOf("64") > -1) {
|
||||
this.setBinPath("bin\\x64\\curl-8.10.1_1-win64-mingw\\bin\\curl.exe");
|
||||
|
|
Loading…
Reference in New Issue
Block a user