|
72 | 72 | vars:
|
73 | 73 | PLATFORM_DIR: "{{.PROJECT_NAME}}_windows_amd64"
|
74 | 74 | HOST: "x86_64-w64-mingw32"
|
75 |
| - BUILD_LIBUSB: > |
| 75 | + BUILD_COMMAND: > |
76 | 76 | curl -L https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2 | tar xj &&
|
77 | 77 | cd libusb-1.0.26/ &&
|
78 | 78 | ./configure --with-pic --disable-udev --enable-static --disable-shared --host={{.HOST}} &&
|
@@ -104,7 +104,7 @@ tasks:
|
104 | 104 | vars:
|
105 | 105 | PLATFORM_DIR: "{{.PROJECT_NAME}}_linux_amd32"
|
106 | 106 | HOST: "i386-linux-gnu"
|
107 |
| - BUILD_LIBUSB: > |
| 107 | + BUILD_COMMAND: > |
108 | 108 | curl -L https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2 | tar xj &&
|
109 | 109 | cd libusb-1.0.26/ &&
|
110 | 110 | CFLAGS=-m32 CXXFLAGS=-m32 ./configure --with-pic --disable-udev --enable-static --disable-shared --host={{.HOST}} &&
|
@@ -136,7 +136,7 @@ tasks:
|
136 | 136 | vars:
|
137 | 137 | PLATFORM_DIR: "{{.PROJECT_NAME}}_linux_amd64"
|
138 | 138 | HOST: ""
|
139 |
| - BUILD_LIBUSB: > |
| 139 | + BUILD_COMMAND: > |
140 | 140 | curl -L https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2 | tar xj &&
|
141 | 141 | cd libusb-1.0.26/ &&
|
142 | 142 | ./configure --with-pic --disable-udev --enable-static --disable-shared --host={{.HOST}} &&
|
@@ -168,7 +168,7 @@ tasks:
|
168 | 168 | vars:
|
169 | 169 | PLATFORM_DIR: "{{.PROJECT_NAME}}_linux_arm_7"
|
170 | 170 | HOST: "arm-linux-gnueabihf"
|
171 |
| - BUILD_LIBUSB: > |
| 171 | + BUILD_COMMAND: > |
172 | 172 | curl -L https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2 | tar xj &&
|
173 | 173 | cd libusb-1.0.26/ &&
|
174 | 174 | ./configure --with-pic --disable-udev --enable-static --disable-shared --host={{.HOST}} &&
|
@@ -200,7 +200,7 @@ tasks:
|
200 | 200 | vars:
|
201 | 201 | PLATFORM_DIR: "{{.PROJECT_NAME}}_linux_arm_6"
|
202 | 202 | HOST: "arm-linux-gnueabi"
|
203 |
| - BUILD_LIBUSB: > |
| 203 | + BUILD_COMMAND: > |
204 | 204 | curl -L https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2 | tar xj &&
|
205 | 205 | cd libusb-1.0.26/ &&
|
206 | 206 | ./configure --with-pic --disable-udev --enable-static --disable-shared --host={{.HOST}} &&
|
@@ -232,7 +232,7 @@ tasks:
|
232 | 232 | vars:
|
233 | 233 | PLATFORM_DIR: "{{.PROJECT_NAME}}_linux_arm_64"
|
234 | 234 | HOST: "aarch64-linux-gnu"
|
235 |
| - BUILD_LIBUSB: > |
| 235 | + BUILD_COMMAND: > |
236 | 236 | curl -L https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2 | tar xj &&
|
237 | 237 | cd libusb-1.0.26/ &&
|
238 | 238 | ./configure --with-pic --disable-udev --enable-static --disable-shared --host={{.HOST}} &&
|
@@ -265,7 +265,7 @@ tasks:
|
265 | 265 | vars:
|
266 | 266 | PLATFORM_DIR: "{{.PROJECT_NAME}}_osx_darwin_amd64"
|
267 | 267 | HOST: "x86_64-apple-darwin20.4"
|
268 |
| - BUILD_LIBUSB: > |
| 268 | + BUILD_COMMAND: > |
269 | 269 | curl -L https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2 | tar xj &&
|
270 | 270 | cd libusb-1.0.26/ &&
|
271 | 271 | ./configure --with-pic --disable-udev --enable-static --disable-shared --host={{.HOST}} &&
|
@@ -311,7 +311,7 @@ tasks:
|
311 | 311 | vars:
|
312 | 312 | PLATFORM_DIR: "{{.PROJECT_NAME}}_osx_darwin_arm64"
|
313 | 313 | HOST: "aarch64-apple-darwin20.4"
|
314 |
| - BUILD_LIBUSB: > |
| 314 | + BUILD_COMMAND: > |
315 | 315 | curl -L https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2 | tar xj &&
|
316 | 316 | cd libusb-1.0.26/ &&
|
317 | 317 | ./configure --with-pic --disable-udev --enable-static --disable-shared --host={{.HOST}} &&
|
|
0 commit comments