export some more variables

This commit is contained in:
2017-04-21 13:58:19 +02:00
parent 410c2c4f30
commit 6cf0310dcb
+2
View File
@@ -1001,6 +1001,8 @@ int require(const char* module, const char* version, const char* args)
putenvprintf("T_A=%s", targetArch);
putenvprintf("EPICS_HOST_ARCH=%s", targetArch);
putenvprintf("EPICS_RELEASE=%s", epicsRelease);
putenvprintf("EPICS_BASETYPE=%s", epicsBasetype);
putenvprintf("OS_CLASS=%s", osClass);
}
if (module == NULL)