Diff

configure @ 6878:53a74a80c91a

configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure
author Kim Alvefur <zash@zash.se>
date Sat, 26 Sep 2015 23:42:46 +0200
parent 6810:533fd843d91f
child 6886:27f5a76e3fa5
line wrap: on
line diff
--- a/configure	Sat Sep 26 23:38:09 2015 +0200
+++ b/configure	Sat Sep 26 23:42:46 2015 +0200
@@ -112,6 +112,7 @@
       	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