Skip to content
Snippets Groups Projects
Commit 6cf0310d authored by Dirk Zimoch's avatar Dirk Zimoch
Browse files

export some more variables

parent 410c2c4f
No related branches found
No related tags found
No related merge requests found
...@@ -1001,6 +1001,8 @@ int require(const char* module, const char* version, const char* args) ...@@ -1001,6 +1001,8 @@ int require(const char* module, const char* version, const char* args)
putenvprintf("T_A=%s", targetArch); putenvprintf("T_A=%s", targetArch);
putenvprintf("EPICS_HOST_ARCH=%s", targetArch); putenvprintf("EPICS_HOST_ARCH=%s", targetArch);
putenvprintf("EPICS_RELEASE=%s", epicsRelease); putenvprintf("EPICS_RELEASE=%s", epicsRelease);
putenvprintf("EPICS_BASETYPE=%s", epicsBasetype);
putenvprintf("OS_CLASS=%s", osClass);
} }
if (module == NULL) if (module == NULL)
......
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