Commit eb294bf
committed
Added python ctypes libs to python-configure
Even though we add the libs (libffi) in gdb-static build.sh the order is
messed up and GDB doesn't recognize them.
In order to combat this, we make Python pass the libraries when asked
(Which we think it should have done already?).1 parent f061147 commit eb294bf
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments