mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -04:00
fix
This commit is contained in:
parent
497bce52d2
commit
d1817d752b
1 changed files with 15 additions and 15 deletions
|
@ -6,8 +6,8 @@
|
||||||
# Distributed under terms of the MIT license.
|
# Distributed under terms of the MIT license.
|
||||||
#
|
#
|
||||||
|
|
||||||
set -e -x
|
|
||||||
(
|
(
|
||||||
|
set -e -x
|
||||||
a="`pwd`"
|
a="`pwd`"
|
||||||
cd kcardgame
|
cd kcardgame
|
||||||
git clone git://anongit.kde.org/kpat
|
git clone git://anongit.kde.org/kpat
|
||||||
|
@ -22,4 +22,4 @@ cd b
|
||||||
cmake ../binding-example/
|
cmake ../binding-example/
|
||||||
make
|
make
|
||||||
) || true
|
) || true
|
||||||
export PYTHONPATH=$PWD/kcardgame/b
|
export PYTHONPATH="`pwd`/kcardgame/b"
|
||||||
|
|
Loading…
Add table
Reference in a new issue