python3 libffi icu4c boost rebuild list

This commit is contained in:
Rmys
2023-10-19 15:49:24 +03:00
parent 258d6e30bb
commit 85a837df17
2 changed files with 7 additions and 7 deletions
@@ -15,7 +15,7 @@ def setup():
# install process needs some header files from
# http-parser github repo. so we add that repo
# and copy the header files to the corresponding path
for files in ["../http-parser-2.9.3/*"]:
for files in ["../http-parser-2.9.4/*"]:
shelltools.copy("%s" % files,"vendor/http-parser")
def build():
@@ -24,4 +24,4 @@ def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")