Build: Change variable export in Makefiles for Make v4 compatibility

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-04-18 13:52:14 +02:00
parent 9e521b244d
commit ac8ee9e4dd
3 changed files with 3 additions and 3 deletions

View file

@ -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