Commit 72cff30
authored
This fixes the install issue #20428
by adding a default value when a compiler type is not defined. While
this fix is specifically for z/OS, it should also fix other platforms
that have their compiler_type changed in distutils/setuptools such as
mingw32.
I tested this with installing the librt package. I've added no testcases
as there's no new functionality.
1 parent bc47274 commit 72cff30
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments