Makefile updates
This commit is contained in:
2
build-windows.sh
Normal file → Executable file
2
build-windows.sh
Normal file → Executable file
@ -12,4 +12,4 @@
|
||||
|
||||
|
||||
# the build command
|
||||
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -o alchemyst.exe
|
||||
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -o ./dist/win64/alchemyst.exe
|
||||
|
Reference in New Issue
Block a user