Commit 21b4ddc
David
Fixup for building on Ubuntu 20.04.
Without this fails with x86_64-linux-gnu/python3.8/pyconfig.h file not found.
Need to create Include directory in Source/UnrealEnginePython which contains
an x86_64-linux-gnu directory containing symbolic link to /usr/include/x86_64-linux-gnu/pythonx.x
where x.x is appropriate python version.
Directly including /usr/include/x86_64-linux-gnu/pythonx.x in linuxKnownIncludesPaths does not work.1 parent 7f9b917 commit 21b4ddc
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| 262 | + | |
262 | 263 | | |
263 | 264 | | |
264 | 265 | | |
| |||
0 commit comments