mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-23 12:18:33 +00:00
FS-10690 temp fix build on Mac
This commit is contained in:
parent
0078f4027c
commit
03eb15c978
@ -70,6 +70,11 @@ KS_BEGIN_EXTERN_C
|
|||||||
#define config_lookup_from config_setting_lookup
|
#define config_lookup_from config_setting_lookup
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
// @todo temp support for Mac comes with 1.6
|
||||||
|
#define config_lookup_from config_setting_lookup
|
||||||
|
#endif
|
||||||
|
|
||||||
KS_DECLARE(ks_status_t) blade_init(void);
|
KS_DECLARE(ks_status_t) blade_init(void);
|
||||||
KS_DECLARE(ks_status_t) blade_shutdown(void);
|
KS_DECLARE(ks_status_t) blade_shutdown(void);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user