Changeset - r20668:88756e6a970d
[Not reviewed]
master
0 1 0
fonsinchen - 11 years ago 2013-08-10 12:47:08
fonsinchen@openttd.org
(svn r25706) -Fix: don't pass -mmacosx-version-min to compilers that don't support it
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1558,7 +1558,7 @@ make_cflags_and_ldflags() {
 
			LDFLAGS="$OSX_LD_SYSROOT $LDFLAGS"
 
		fi
 

	
 
		if [ "$enable_universal" = "0" ] && [ $cc_version -ge 40 ]; then
 
		if [ "$enable_universal" = "0" ] && [ $cc_version -gt 40 ]; then
 
			# Only set the min version when not doing an universal build.
 
			# Universal builds set the version elsewhere.
 
			if [ "$cpu_type" = "64" ]; then
0 comments (0 inline, 0 general)