blob: 1070273dbeb3dd5d795058b2e4e5787faad8d5a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -aur a/quisk-4.0.3/makefile b/quisk-4.0.1/makefile
--- a/quisk-4.0.4/makefile 2014-10-29 13:12:20.000000000 +0200
+++ b/quisk-4.0.4/makefile 2014-10-29 23:57:32.359350909 +0100
@@ -1,6 +1,6 @@
all:
- python setup.py build_ext --force --inplace
+ python2 setup.py build_ext --force --inplace
win:
C:/Python27/python.exe setup.py build_ext -c mingw32 --inplace --force
|