mirror of
https://github.com/Goldenkrew3000/OSSP_OpenSource.git
synced 2025-12-20 00:34:44 +10:00
Added the ability to build and run tests
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#include "external/cJSON.h"
|
||||
#include "libopensubsonic/logger.h"
|
||||
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
#if defined(__APPLE__) && defined(__MACH__) && defined(XCODE)
|
||||
#include "OSSP_Bridge.h"
|
||||
#endif // defined(__APPLE__) && defined(__MACH__)
|
||||
#endif // defined(__APPLE__) && defined(__MACH__) && defined(__XCODE__)
|
||||
|
||||
static int rc = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user