We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Mac OS 10.4
1 parent e3237a8 commit 95f0fa9Copy full SHA for 95f0fa9
1 file changed
GNUmakefile
@@ -41,6 +41,7 @@ MAC := 1
41
TCCOS := macos
42
ifeq ($(shell expr $(shell uname -r | cut -d. -f1) \<= 15), 1)
43
LEGACY := 1
44
+CFLAGS += "-I$(LEGACYLIBS)/include/LegacySupport"
45
endif
46
47
0 commit comments