diff --git a/main/Makefile b/main/Makefile index 4b0de7eef8..24337cf447 100644 --- a/main/Makefile +++ b/main/Makefile @@ -62,6 +62,9 @@ ifneq ($(findstring darwin,$(OSARCH)),) ASTLINK=-Wl,-dynamic endif ASTLINK+=-Xlinker -macosx_version_min -Xlinker 10.4 -Xlinker -undefined -Xlinker dynamic_lookup -force_flat_namespace + ifeq ($(shell /usr/bin/sw_vers -productVersion | cut -c1-4),10.6) + ASTLINK+=/usr/lib/bundle1.o + endif else # These are used for all but Darwin ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)