pypy: fix two libraries (ZHF)
This commit is contained in:
parent
9f37e91ec5
commit
4efbe96205
1 changed files with 2 additions and 0 deletions
|
@ -63,7 +63,9 @@ let
|
||||||
cd ./lib_pypy
|
cd ./lib_pypy
|
||||||
../pypy-c ./_audioop_build.py
|
../pypy-c ./_audioop_build.py
|
||||||
../pypy-c ./_curses_build.py
|
../pypy-c ./_curses_build.py
|
||||||
|
../pypy-c ./_pwdgrp_build.py
|
||||||
../pypy-c ./_sqlite3_build.py
|
../pypy-c ./_sqlite3_build.py
|
||||||
|
../pypy-c ./_syslog_build.py
|
||||||
../pypy-c ./_tkinter/tklib_build.py
|
../pypy-c ./_tkinter/tklib_build.py
|
||||||
cd ..
|
cd ..
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue