mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
ldlibpath.mk, py-defs.mk, rules.mk: Add ldlibpath.mk to py-defs.mk
Since python might need bound C libraries, too, this looks like a good idea. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a01cfc4158
commit
db1e6097fa
3 changed files with 9 additions and 5 deletions
|
|
@ -49,3 +49,6 @@ echo-py:
|
|||
libpath: py-libpath
|
||||
py-libpath:
|
||||
@echo export PYTHONPATH=$(PYTHONPATH)
|
||||
|
||||
include $(MODDIR)/make/ldlibpath.mk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue