Commit 5adee42a authored by nanahira's avatar nanahira

fix

parent 0534a620
Pipeline #15393 passed with stages
in 11 minutes and 19 seconds
...@@ -52,7 +52,7 @@ get_src: ...@@ -52,7 +52,7 @@ get_src:
- export LDFLAGS="-L${homebrewRoot}/opt/libxml2/lib" - export LDFLAGS="-L${homebrewRoot}/opt/libxml2/lib"
- export CPPFLAGS="-I${homebrewRoot}/opt/libxml2/include" - export CPPFLAGS="-I${homebrewRoot}/opt/libxml2/include"
- cd aria2 - cd aria2
- mv ../aria2-makefiles/Makefile.${targetArch} ./Makefile.release - mv ../../aria2-makefiles/Makefile.${targetArch} ./Makefile.release
- make -f ./Makefile.release aria2.${targetArch}.build - make -f ./Makefile.release aria2.${targetArch}.build
- mv aria2.${targetArch}/src/aria2c ../../arch-bin/${targetArch}/ - mv aria2.${targetArch}/src/aria2c ../../arch-bin/${targetArch}/
- cd .. - cd ..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment