mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
Fix build problems under OS X
This commit is contained in:
parent
3857ce21c4
commit
ecd73786d5
5 changed files with 5 additions and 156 deletions
|
@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
// tr_shade_calc.c
|
||||
|
||||
#include "tr_local.h"
|
||||
#if idppc_altivec
|
||||
#if idppc_altivec && !defined(MACOS_X)
|
||||
#include <altivec.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue