aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 28454aa9..b67f6914 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -1014,7 +1014,7 @@ loaders-libdir_clean:
loaders-tclpd:
make -C $(externals_src)/loaders/tclpd CFLAGS="$(CFLAGS) -fno-tree-vectorize -fno-strict-aliasing" \
- PD_PATH=$(pd_src) PD_INCLUDE=$(pd_src)/src
+ FAT_FLAGS="-mmacosx-version-min=10.4" PD_PATH=$(pd_src) PD_INCLUDE=$(pd_src)/src
loaders-tclpd_install: loaders-tclpd
make -C $(externals_src)/loaders/tclpd STRIP="$(STRIP)" \