mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Build: Change variable export in Makefiles for Make v4 compatibility
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
9e521b244d
commit
ac8ee9e4dd
3 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -7,7 +7,9 @@ export GO111MODULE=on
|
|||
|
||||
-include .semver
|
||||
-include .env
|
||||
export
|
||||
export SEMVER_MAJOR
|
||||
export SEMVER_MINOR
|
||||
export SEMVER_PATCH
|
||||
|
||||
# Binary file names.
|
||||
BINARY_NAME=photoprism
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue