Update repository

This commit is contained in:
Eva Dengler 2022-12-21 13:04:36 +01:00
commit df2a986286
7 changed files with 35 additions and 24 deletions

View file

@ -1,15 +1,10 @@
#!/bin/bash
export GOPATH=/home/horscchtey/go
export CC=arm-linux-gnueabihf-gcc
export CXX=arm-linux-gnueabihf-g++
export GOPATH=/home/boddle/go
export CGO_ENABLED=1
export GOOS=linux
export GOARCH=arm
export GOARM=7
declare -a src
src+=(bot.go boddle.go logging.go helpers.go types.go)
declare -i nproc="$(nproc)"
go build -p ${nproc} "${src[@]}"
go build -v -p ${nproc} "${src[@]}"