6 lines
66 B
Text
6 lines
66 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
export TARGET_ARCH=x64
|
||
|
|
||
|
script/cibuild-linux
|