Commit 866f242
committed
Fix generating core API stubs on Windows
"py -3" was being incorrectly quoted, preventing the stub generation
script from running on Windows.
Instead of changing the quoting, I've opted to switch this to using
`find_package(Python3)` to find the Python installation. This sets
`Python3_EXECUTABLE` to point at the executable to run.1 parent 253fd4a commit 866f242
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
9 | 5 | | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | | - | |
| 11 | + | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
| |||
0 commit comments