From 186edbbaa209787281495ae0cda63ae884a007fa Mon Sep 17 00:00:00 2001 From: Erkan Ozgur Yilmaz Date: Mon, 16 Dec 2024 13:59:32 +0000 Subject: [PATCH] [#139] Fixed the `VERSION_FILE` env var value in `Makefile`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1be6840..f7a48386 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PACKAGE_NAME=stalker NUM_CPUS = $(shell nproc || grep -c '^processor' /proc/cpuinfo) SETUP_PY_FLAGS = --use-distutils VERSION := $(shell cat VERSION) -VERSION_FILE=$(CURDIR)/VERSION +VERSION_FILE=$(CURDIR)/src/stalker/VERSION VIRTUALENV_DIR:=.venv SYSTEM_PYTHON?=python3