python3 libffi icu4c boost rebuild list
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user