Skip to content

Commit 95f0fa9

Browse files
GNUmakefile: include Macport legacy headers in include path to enable building on Mac OS 10.4 (#26614)
1 parent e3237a8 commit 95f0fa9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎GNUmakefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ MAC := 1
4141
TCCOS := macos
4242
ifeq ($(shell expr $(shell uname -r | cut -d. -f1) \<= 15), 1)
4343
LEGACY := 1
44+
CFLAGS += "-I$(LEGACYLIBS)/include/LegacySupport"
4445
endif
4546
endif
4647

0 commit comments

Comments
 (0)