mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-29 15:08:20 +03:00
Makefile: Don't consider proton-sdk tags for build name
This commit is contained in:
parent
5df15e1149
commit
edb77b173b
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ BUILD_DIR := "build-$(shell echo $(_build_name) | sed -e 's/ /_/g')"
|
|||||||
STEAM_DIR := $(HOME)/.steam/root
|
STEAM_DIR := $(HOME)/.steam/root
|
||||||
|
|
||||||
ifeq ($(build_name),)
|
ifeq ($(build_name),)
|
||||||
DEPLOY_DIR := $(shell git describe --tags --always)
|
DEPLOY_DIR := $(shell git describe --tags --always --exclude proton-sdk*)
|
||||||
else
|
else
|
||||||
DEPLOY_DIR := $(_build_name)
|
DEPLOY_DIR := $(_build_name)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user