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.
1 parent 6385b78 commit fda53d9Copy full SHA for fda53d9
1 file changed
GNUmakefile
@@ -41,7 +41,13 @@ 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"
+CFLAGS += -I$(LEGACYLIBS)/include/LegacySupport
45
+LDFLAGS += -L$(LEGACYLIBS)/lib
46
+LDFLAGS += -lMacportsLegacySupport
47
+VFLAGS += -cc $(CC)
48
+VFLAGS += -cflags "$(CFLAGS)"
49
+VFLAGS += -ldflags -L$(LEGACYLIBS)/lib
50
+VFLAGS += -ldflags -lMacportsLegacySupport
51
endif
52
53
0 commit comments