Commit ae6b7fd
committed
Ensure *full* compiler config is passed to FreeType
Using just `CC` from the `distutils` compiler can break universal2
wheels on macOS, but passing all compiler and linker settings appears to
work.
Plus grabbing this information from `sysconfig` is better than hacking
the `distutils` compiler into working.1 parent d81e8bf commit ae6b7fd
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
608 | | - | |
609 | | - | |
610 | 608 | | |
611 | 609 | | |
612 | 610 | | |
613 | 611 | | |
614 | | - | |
615 | | - | |
616 | | - | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
617 | 618 | | |
| 619 | + | |
618 | 620 | | |
619 | 621 | | |
620 | 622 | | |
| |||
668 | 670 | | |
669 | 671 | | |
670 | 672 | | |
| 673 | + | |
671 | 674 | | |
672 | 675 | | |
673 | 676 | | |
| |||
0 commit comments