Commit 6f58047
fix: skip cmake compiler check for x265 on MSYS2
cmake 4.x has a try-compile bug on MSYS2/MINGW64 where it generates
a ninja build file but fails to write testCCompiler.c before invoking
ninja, causing an immediate build failure. Skip the check with
CMAKE_C/CXX_COMPILER_WORKS=1 since gcc is proven working at this point.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 40703d7 commit 6f58047
1 file changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
81 | 89 | | |
82 | 90 | | |
83 | 91 | | |
| |||
0 commit comments