gumbo
This commit is contained in:
parent
1772807d82
commit
b484e1a356
|
@ -27,12 +27,12 @@ jobs:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
choco.exe install pkgconfiglite ninja
|
choco.exe install pkgconfiglite ninja
|
||||||
- run: |
|
#- run: |
|
||||||
ls
|
#ls
|
||||||
libtoolize
|
#libtoolize
|
||||||
aclocal
|
# aclocal
|
||||||
autoconf
|
#autoconf
|
||||||
automake
|
#automake
|
||||||
- name: Install python modules
|
- name: Install python modules
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -15,9 +15,9 @@ class Gumbo(Dependency):
|
||||||
'28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad',
|
'28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad',
|
||||||
'https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz')
|
'https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz')
|
||||||
|
|
||||||
def _post_prepare_script(self, context):
|
# def _post_prepare_script(self, context):
|
||||||
context.try_skip(self.extract_path)
|
# context.try_skip(self.extract_path)
|
||||||
command = "./autogen.sh"
|
# command = "./autogen.sh"
|
||||||
run_command(command, self.extract_path, context)
|
# run_command(command, self.extract_path, context)
|
||||||
|
|
||||||
Builder = MakeBuilder
|
Builder = MakeBuilder
|
||||||
|
|
Loading…
Reference in New Issue