File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ include $(BASEDIR)/dependencies.mk
16
16
17
17
DEPENDENCIES += $(TEST_DEPENDENCIES )
18
18
19
- ifeq ($(findstring -devel,$(VERSION ) ) ,-devel)
19
+ ifeq ($(findstring -devel,$(ARTIFACT_VERSION ) ) ,-devel)
20
20
$(foreach dep, $(DEPENDENCIES), \
21
21
$(eval $(dep)_BRANCH=devel) \
22
22
)
23
23
# Strip '-devel' from version
24
- tmp_version :=$(shell echo "$(VERSION ) " | sed s/-devel//g)
25
- VERSION =$(tmp_version )
24
+ tmp_version :=$(shell echo "$(ARTIFACT_VERSION ) " | sed s/-devel//g)
25
+ ARTIFACT_VERSION =$(tmp_version )
26
26
else
27
27
$(foreach dep, $(DEPENDENCIES), \
28
28
$(eval \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARTIFACT_NAME = lsp-r3d-base-lib
3
3
ARTIFACT_VARS = LSP_R3D_BASE_LIB
4
4
ARTIFACT_HEADERS = lsp-plug.in
5
5
ARTIFACT_EXPORT_ALL = 0
6
- VERSION = 0.5.2-devel
6
+ ARTIFACT_VERSION = 0.5.2-devel
7
7
8
8
# List of dependencies
9
9
TEST_DEPENDENCIES = \
You can’t perform that action at this time.
0 commit comments