Update build scripts

This commit is contained in:
Tindy X
2020-03-18 19:28:02 +08:00
parent 5c6e7209a6
commit 46f36769bd
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ cd ..
git clone https://github.com/jbeder/yaml-cpp
cd yaml-cpp
cmake -DYAML_CPP_BUILD_TESTS=OFF -DYAML_CPP_BUILD_TOOLS=OFF . > /dev/null
make -j8 > /dev/null
make install -j8 > /dev/null
cd ..
cp curl/lib/libcurl.a .