More OSX fixes (this is becoming annoying...)

This commit is contained in:
Ryzerth
2021-04-18 20:30:21 +02:00
parent 685a14a21e
commit 89599d0bf8
2 changed files with 15 additions and 3 deletions

View File

@ -29,7 +29,11 @@
#endif
#ifndef INSTALL_PREFIX
#define INSTALL_PREFIX "/usr"
#ifdef __APPLE__
#define INSTALL_PREFIX "/usr/local"
#else
#define INSTALL_PREFIX "/usr"
#endif
#endif
namespace core {