libsepol/cil: disable symver on Mac builds
symver does not work on Mac, so like Android, just disable it. Signed-off-by: William Roberts <william.c.roberts@intel.com>
This commit is contained in:
parent
02b0d42113
commit
e71e9891e4
|
@ -1,7 +1,7 @@
|
||||||
#ifndef _SEPOL_DSO_H
|
#ifndef _SEPOL_DSO_H
|
||||||
#define _SEPOL_DSO_H 1
|
#define _SEPOL_DSO_H 1
|
||||||
|
|
||||||
#if !defined(SHARED) || defined(ANDROID)
|
#if !defined(SHARED) || defined(ANDROID) || defined(__APPLE__)
|
||||||
#define DISABLE_SYMVER 1
|
#define DISABLE_SYMVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue