Skip to content
Snippets Groups Projects
Commit 6a408053 authored by Lucas Magalhães's avatar Lucas Magalhães
Browse files

Merge branch 'fix_xcompile' into 'master'

Fix cross compile

See merge request e3/e3-require!122
parents fb4e2452 3be062c6
No related branches found
No related tags found
1 merge request!122Fix cross compile
Pipeline #135719 passed with warnings
......@@ -36,10 +36,10 @@ DBCORE_API int epicsStdCall iocshCmd(const char *cmd);
int requireDebug;
#if defined(__unix)
#if defined(__unix) || defined(UNIX)
#ifndef OS_CLASS
#ifdef __linux
#if defined(__linux) || defined(linux)
#define OS_CLASS "Linux"
#endif // __linux
......
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