From 85a3e81f0b8d255f9383a4050863a726d85251ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 28 Aug 2020 13:51:20 +0200 Subject: [PATCH] mono.proj: properly pass -mmacosx-version-min to CFLAGS for OSX (#41433) Noticed we were missing this while looking at another PR. --- src/mono/mono.proj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mono/mono.proj b/src/mono/mono.proj index ad59322..f61534e 100644 --- a/src/mono/mono.proj +++ b/src/mono/mono.proj @@ -92,6 +92,12 @@ <_MonoCXXFLAGS Include="-g" /> + + + <_MonoCFLAGS Include="-mmacosx-version-min=$(macOSVersionMin)" /> + <_MonoCXXFLAGS Include="-mmacosx-version-min=$(macOSVersionMin)" /> + + <_MonoCXXFLAGS Include="-D_GLIBCXX_USE_CXX11_ABI=0" /> -- 2.7.4