File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -659,12 +659,6 @@ impl Build {
659
659
. env ( format ! ( "CFLAGS_{}" , target) , self . cflags ( target) . join ( " " ) ) ;
660
660
}
661
661
662
- // If we're building for OSX, inform the compiler and the linker that
663
- // we want to build a compiler runnable on 10.7
664
- if target. contains ( "apple-darwin" ) {
665
- cargo. env ( "MACOSX_DEPLOYMENT_TARGET" , "10.7" ) ;
666
- }
667
-
668
662
// Environment variables *required* needed throughout the build
669
663
//
670
664
// FIXME: should update code to not require this env var
@@ -933,7 +927,6 @@ impl Build {
933
927
// LLVM/jemalloc/etc are all properly compiled.
934
928
if target. contains ( "apple-darwin" ) {
935
929
base. push ( "-stdlib=libc++" . into ( ) ) ;
936
- base. push ( "-mmacosx-version-min=10.7" . into ( ) ) ;
937
930
}
938
931
// This is a hack, because newer binutils broke things on some vms/distros
939
932
// (i.e., linking against unknown relocs disabled by the following flag)
You can’t perform that action at this time.
0 commit comments