Commit f0cec20
Makefile: Use installed gcc-with-cpychecker
The gcc-with-cpychecker script finds python.so relative to itself:
...
abspath = os.path.abspath(os.path.dirname(sys.argv[0]))
PLUGIN = os.path.join(abspath, 'python.so')
...
Consequently, when using $(srcdir)./gcc-with-cpychecker in a seperate build
dir, it cannot find python.so.
Create an installed gcc-with-cpychecker by copying it from the source dir to
the build dir, and use it to run the demo.1 parent dc5b200 commit f0cec20
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
294 | 298 | | |
295 | | - | |
296 | | - | |
| 299 | + | |
| 300 | + | |
297 | 301 | | |
298 | 302 | | |
299 | 303 | | |
| |||
0 commit comments