fixed ifdef-else error for mac.

This commit is contained in:
Kiyasu Nobuhiko 2021-10-26 10:54:51 +09:00
parent 1faeaae7e5
commit 31e00fb94a

View File

@ -26,9 +26,9 @@
#include "mediapipe/framework/port/status.h" #include "mediapipe/framework/port/status.h"
#ifdef __APPLE__ #ifdef __APPLE__
#define AUTORELEASEPOOL @autoreleasepool
#else
#define AUTORELEASEPOOL #define AUTORELEASEPOOL
#else
#define AUTORELEASEPOOL @autoreleasepool
#endif // __APPLE__ #endif // __APPLE__
namespace mediapipe { namespace mediapipe {