diff options
Diffstat (limited to 'APEX_1.4/include')
| -rw-r--r-- | APEX_1.4/include/ApexDefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/APEX_1.4/include/ApexDefs.h b/APEX_1.4/include/ApexDefs.h index d8f149d5..ed768afb 100644 --- a/APEX_1.4/include/ApexDefs.h +++ b/APEX_1.4/include/ApexDefs.h @@ -76,6 +76,10 @@ #define APEX_UE4 0 #endif +/// Enables Linux shared library +#ifndef APEX_LINUX_SHARED_LIBRARIES +#define APEX_LINUX_SHARED_LIBRARIES 0 +#endif #define APEX_DEFAULT_NO_INTEROP_IMPLEMENTATION 1 |