forked from enlightenment/efl
If you install the efl to a different path than the one gdb was installed to either set gdb's data dir, or just symlink the file to the other prefix. You can still use the old method of just loading the module.devs/jeyzu/eina-api
parent
32f27fee7e
commit
9ad398be60
3 changed files with 37 additions and 3 deletions
@ -0,0 +1,7 @@ |
||||
import sys |
||||
|
||||
eodir = '@datadir@/eo/gdb' |
||||
if not eodir in sys.path: |
||||
sys.path.insert(0, eodir) |
||||
|
||||
import eo_gdb |
Loading…
Reference in new issue