mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
3 lines
133 B
Plaintext
3 lines
133 B
Plaintext
$ENV:GOARCH = "amd64"
|
|
$ENV:CGO_ENABLED = 1
|
|
go1.16.4 build -o ../@AttendanceTracker/AttendanceTracker_x64.dll -buildmode=c-shared . |