Makefile
changeset 2730 80d65174e897
parent 2729 5da6ee3bbc0e
child 2731 888a994e9fe9
--- a/Makefile	Fri Dec 09 12:15:52 2005 +0000
+++ b/Makefile	Fri Dec 09 13:07:21 2005 +0000
@@ -518,6 +518,7 @@
 	ifdef JAGUAR
 		# ensure that changing libpathnames will not overwrite anything in the binary
 		LDFLAGS += -headerpad_max_install_names
+		CFLAGS += -DJAGUAR_CROSSCOMPILE
 	endif
 
 	ifndef DEDICATED
@@ -753,7 +754,9 @@
 endif
 
 ifdef OSX
+ifndef JAGUAR
 OBJC_SOURCES += os/macosx/macos.m
+endif
 ifndef DEDICATED
 C_SOURCES    += music/qtmidi.c
 endif