blob: c9d992edf3d3eed642bd94ff55f0a5e2b0699109 (
plain) (
blame)
1
2
3
4
5
6
7
|
Switch thunk generator to use FindPythonInterp
https://cmake.org/cmake/help/v3.0/module/FindPythonInterp.html
Change these lines to use the executable returned by this function, or early exit out.
https://github.com/FEX-Emu/FEX/blob/master/ThunkLibs/GuestLibs/CMakeLists.txt#L21
https://github.com/FEX-Emu/FEX/blob/master/ThunkLibs/HostLibs/CMakeLists.txt#L14
|