Skip to content

Commit 2bbff71

Browse files
author
Bruno da Silva de Oliveira
committed
*** empty log message ***
[SVN r28478]
1 parent c492551 commit 2bbff71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyste/tests/test_all.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
if 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 '\
@@ -29,7 +29,7 @@
2929
elif 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

0 commit comments

Comments
 (0)