Rules.inc: whitespace error

This commit is contained in:
Bart Trzynadlowski 2022-06-23 12:41:32 -07:00
parent d42f7d6563
commit 237f2756c0

View file

@ -229,7 +229,7 @@ release:: print_message
release:: clean
release:: all
set_version:
$(eval VERSION = $(strip$(subst ',,0.3a-git-$(shell git rev-parse --short HEAD --sq))))
$(eval VERSION = $(strip $(subst ',,0.3a-git-$(shell git rev-parse --short HEAD --sq))))
$(eval SUPERMODEL_BUILD_FLAGS += -DSUPERMODEL_VERSION=\"$(VERSION)\")
print_message:
$(info Building Supermodel Version $(VERSION))