Commit 7377bcc
authored
build: Improve resolution of Python for OCIO (#1219)
### Improve resolution of Python for OCIO
### Linked issues
None
### Summarize your change.
Fix `Python.h` not found when building PyOpenColorIO (OCIO's Python
bindings).
### Describe the reason for the change.
The CI was failing since the merge of OIIO 3 PR because OCIO was having
issue finding Python. Altough, I am not 100% certain how that PR caused
this.
### Describe what you have tested and on which operating system.
MacOS, CI
Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>1 parent 5b8c0f8 commit 7377bcc
File tree
2 files changed
+6
-2
lines changed- cmake/dependencies
- src/build/patch_OCIO
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
210 | 214 | | |
211 | 215 | | |
212 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments