Kaydet (Commit) ea26704e authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Find the python modules even when building with internal python

üst f04c147b
......@@ -47,6 +47,14 @@ TARGET=trt
# --- Python paths --------------------------------------------------
# watch for the path delimiter
.IF "$(GUI)"=="WNT"
PYTHONPATH:=$(PWD)$/$(BIN);$(SOLARLIBDIR);$(SOLARLIBDIR)$/python;$(SOLARLIBDIR)$/python$/lib-dynload
.ELSE # "$(GUI)"=="WNT"
PYTHONPATH:=$(PWD)$/$(BIN):$(SOLARLIBDIR):$(SOLARLIBDIR)$/python:$(SOLARLIBDIR)$/python$/lib-dynload
.ENDIF # "$(GUI)"=="WNT"
.EXPORT: PYTHONPATH
.IF "$(SYSTEM_PYTHON)"!="YES"
PY_CMD=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(SOLARBINDIR)/$(PYTHON)
.ELSE # "$(SYSTEM_PYTHON)"!="YES"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment