File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616if sys .platform == 'win32' :
1717
1818 includes = '-ID:/programming/libraries/boost-cvs/boost -ID:/Bin/Python/include'
19- build_pyste_cmd = 'python ../src/Pyste/pyste.py --cache-dir=cache %s ' % includes
19+ build_pyste_cmd = 'python ../src/Pyste/pyste.py --pyste-ns=pyste -- cache-dir=cache %s ' % includes
2020 compile_single_cmd = 'cl /nologo /GR /GX -c %s -I. ' % includes
2121 link_single_cmd = 'link /nologo /DLL ' \
2222 '/libpath:D:/programming/libraries/boost-cvs/lib /libpath:D:/Bin/Python/libs ' \
2929elif sys .platform == 'linux2' :
3030
3131 build_pyste_cmd = 'python ../src/Pyste/pyste.py -I. '
32- compile_single_cmd = 'g++ -shared -c -I. -I/usr/include/python2.2 '
32+ compile_single_cmd = 'g++ -shared -c -I. -I/usr/include/python2.4 '
3333 link_single_cmd = 'g++ -shared -o _%s.so -lboost_python '
3434 obj_ext = 'o'
3535
You can’t perform that action at this time.
0 commit comments