From Stephan Huber, "attached you'll find a small fix for PixelBufferCarbon preventing it to
be compiled for 64bit. This is the easiest solution for the old deprecated xcode project."
This commit is contained in:
parent
3a5509b2f9
commit
7bfca5e760
@ -7,7 +7,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined (__APPLE__) && (!__LP64__)
|
||||
|
||||
#include <osg/observer_ptr>
|
||||
#include <osgViewer/api/Carbon/PixelBufferCarbon>
|
||||
@ -168,4 +168,4 @@ PixelBufferCarbon::~PixelBufferCarbon()
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user