fixed ifdef-else error for mac.
This commit is contained in:
		
							parent
							
								
									1faeaae7e5
								
							
						
					
					
						commit
						31e00fb94a
					
				| 
						 | 
					@ -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 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user