diff --git a/Makefile b/Makefile index 9314068c..8b2462d9 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ cross-compile-linux: export GOOS := linux cross-compile-linux: export GOARCH := amd64 cross-compile-linux: OUTPUT := -o dist/stash-box-linux cross-compile-linux: export CGO_ENABLED = 1 -cross-compile-linux: build-release-static +cross-compile-linux: build cross-compile: make cross-compile-windows diff --git a/README.md b/README.md index 9172b1fe..fbe8a89e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If you already have PostgreSQL installed, you can install stash-box on its own f Stash-box supports macOS, Windows, and Linux. Releases for Windows and Linux can be found [here](https://github.com/stashapp/stash-box/releases). ## Prerequisites -To build stash-box, [libvips](https://www.libvips.org/) must be installed, as well as gcc. +To build stash-box on linux [libvips](https://www.libvips.org/) must be installed, as well as gcc. ## Initial setup