From f8643f3cb0ac61bf165cd6817687c134e2da1d01 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Tue, 13 Sep 2016 19:00:58 -0400 Subject: [PATCH] revise the included makefile accordingly to get the previous commit to work --- externals/fluid~/Makefile.pdlibbuilder.revised | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/fluid~/Makefile.pdlibbuilder.revised b/externals/fluid~/Makefile.pdlibbuilder.revised index bb02fe103..ed11b2259 100644 --- a/externals/fluid~/Makefile.pdlibbuilder.revised +++ b/externals/fluid~/Makefile.pdlibbuilder.revised @@ -537,8 +537,8 @@ ifeq ($(system), Darwin) arch.ld.flags := -arch ppc -arch i386 -arch x86_64 -mmacosx-version-min=10.4 endif ifeq ($(machine), x86_64) - arch.c.flags := -arch i386 -arch x86_64 -mmacosx-version-min=10.5 - arch.ld.flags := -arch i386 -arch x86_64 -mmacosx-version-min=10.5 + arch.c.flags := -arch x86_64 -mmacosx-version-min=10.5 + arch.ld.flags := -arch x86_64 -mmacosx-version-min=10.5 endif endif -- GitLab