0000656: WildMagic4 doesn't build on 64-bit Mac OS
This commit is contained in:
parent
4972bf56b5
commit
f72bc2579d
|
@ -568,7 +568,8 @@ int System::Write8be (FILE* pkFile, int iQuantity, const void* pvData)
|
|||
//----------------------------------------------------------------------------
|
||||
const char* System::GetPath (const char* acDirectory, const char* acFilename)
|
||||
{
|
||||
#ifdef __APPLE__
|
||||
// #0000656: WildMagic4 doesn't build on 64-bit Mac OS
|
||||
#if defined(__APPLE__) && !defined(__x86_64__)
|
||||
// An application-relative path is needed for the applications to be able
|
||||
// to find the input data sets. Unfortunately, there is no exact way to
|
||||
// predict which directory the application is run from, since this depends
|
||||
|
|
Loading…
Reference in New Issue
Block a user