Skip to content
Snippets Groups Projects

Move macOS build to 64 bit

Merged Oliver Behnke requested to merge mac64 into master
All threads resolved!
Files
9
+ 2
1
@@ -26,7 +26,8 @@ FRAMEWORK_INSTALL?=$(PWD)
CXX?=g++
# variables
CPPFLAGS += $(shell $(FRAMEWORK_INSTALL)/bin/sdl-config --cflags)
CPPFLAGS += -I$(FRAMEWORK_INSTALL)/include
CPPFLAGS += $(shell $(FRAMEWORK_INSTALL)/bin/sdl2-config --cflags)
CPPFLAGS += $(shell $(FRAMEWORK_INSTALL)/bin/freetype-config --cflags)
CPPFLAGS += $(shell $(FRAMEWORK_INSTALL)/bin/xml2-config --cflags)
CPPFLAGS += -I$(FRAMEWORK_INSTALL)/include/boinc -I/usr/include
Loading