Set python-tqt libpython on Debian and Ubuntu

pull/3/head
Timothy Pearson 10 years ago
parent fe5f5516f5
commit a45cbecfe6

@ -52,6 +52,7 @@ build-%/configure-stamp:
cd build-$* && echo yes \
| python$* ../configure.py \
-c -n /usr/include/tqscintilla \
-e python$* \
-o /usr/lib -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$* \
@ -66,6 +67,7 @@ dbg-build-%/configure-stamp:
cd dbg-build-$* && echo yes \
| python$*-dbg ../configure.py \
-c -n /usr/include/tqscintilla \
-e python$* \
-o /usr/lib -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$*_d \

@ -52,6 +52,7 @@ build-%/configure-stamp:
cd build-$* && echo yes \
| python$* ../configure.py \
-c -n /usr/include/tqscintilla \
-e python$* \
-o /usr/lib -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$* \
@ -66,6 +67,7 @@ dbg-build-%/configure-stamp:
cd dbg-build-$* && echo yes \
| python$*-dbg ../configure.py \
-c -n /usr/include/tqscintilla \
-e python$* \
-o /usr/lib -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$*_d \

Loading…
Cancel
Save