From 1ea718fb813a295219492f3a23d5f733bc71e5be Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 26 Sep 2015 23:42:46 +0200 Subject: configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 53ee3757..6a2b57f5 100755 --- a/configure +++ b/configure @@ -112,6 +112,7 @@ do LUA_INCDIR_SET=yes LUA_LIBDIR=/usr/local/lib LUA_LIBDIR_SET=yes + CFLAGS="$CFLAGS -mmacosx-version-min=10.3" LDFLAGS="-bundle -undefined dynamic_lookup" fi if [ "$OSTYPE" = "linux" ]; then -- cgit v1.2.3