J :
* Have JGE compile on Darwin architecture. * I'm not saying it works, just that it compiles. * This needs testing on other macs than just mine.
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ ifeq ($(TARGET_ARCHITECTURE),linux)
|
||||
OBJS = $(GENERIC_OBJS) $(LINUX_OBJS)
|
||||
TARGET_LIB = libjge.a
|
||||
TARGET_HGE = libhgetools.a
|
||||
INCDIR = $(shell freetype-config --cflags 2> /dev/null)
|
||||
INCDIR = $(shell freetype-config --cflags 2> /dev/null) -I/usr/X11/include
|
||||
CXXFLAGS += -DLINUX
|
||||
CXXFLAGS += $(INCDIR)
|
||||
LIBDIR = lib/linux
|
||||
|
||||
Reference in New Issue
Block a user