Codebase list pd-iemnet / 1137cca
Specify minimum OSX version 10.6 instead of 10.5 OSX 10.14.3 can not build for 10.5 and stalls the build. Specifying 10.6 as minimum solves the issue (#49). For building with OSX on i386 architectures, minimum OSX version remains unchanged (10.4). katjav 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
577577 endif
578578 ifeq ($(target.arch), x86_64)
579579 arch := i386 x86_64
580 version.flag = -mmacosx-version-min=10.5
580 version.flag = -mmacosx-version-min=10.6
581581 endif
582582 ifneq ($(filter -mmacosx-version-min=%, $(cflags)),)
583583 version.flag := $(filter -mmacosx-version-min=%, $(cflags))