Skip to content
Snippets Groups Projects
Commit 7ac37b26 authored by Simon Rose's avatar Simon Rose
Browse files

Fixed CONFIG_REQUIRE issue with fetching env variables

parent ea53719f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# The following VARIABLES are the same as other modules ones.
#
E3_REQUIRE_LOCATION?=$(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION)
E3_REQUIRE_LOCATION:=$(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION)
E3_REQUIRE_TOOLS:=$(E3_REQUIRE_LOCATION)/tools
E3_REQUIRE_BIN:=$(E3_REQUIRE_LOCATION)/bin
......
......@@ -2,7 +2,7 @@
# The following VARIABLES are the same as other modules ones.
#
E3_REQUIRE_LOCATION?=$(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION)
E3_REQUIRE_LOCATION:=$(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION)
E3_REQUIRE_TOOLS:=$(E3_REQUIRE_LOCATION)/tools
E3_REQUIRE_BIN:=$(E3_REQUIRE_LOCATION)/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment