Skip to content

Commit

Permalink
Disable static linking for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteStash committed Jul 6, 2023
1 parent 8a2c87f commit 2b570b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b570b2

Please sign in to comment.