mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-22 21:17:33 +00:00
9 lines
211 B
Batchfile
9 lines
211 B
Batchfile
|
rem Copyright (c) 2019 David Vogel
|
||
|
rem
|
||
|
rem This software is released under the MIT License.
|
||
|
rem https://opensource.org/licenses/MIT
|
||
|
|
||
|
set GOARCH=386
|
||
|
set CGO_ENABLED=1
|
||
|
|
||
|
go build -o capture.dll -buildmode=c-shared
|