Skip to content

Commit

Permalink
auto create dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Aug 10, 2012
1 parent b35b735 commit 519448c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
@@ -1,3 +1,4 @@
mkdir -p deps
cd deps
rm -rf curl
curl -o curl-7.27.0.tar.gz http://curl.haxx.se/download/curl-7.27.0.tar.gz
Expand All @@ -22,4 +23,4 @@ gcc -o build/Release/node_curl.node build/Release/obj.target/node_curl/src/curl.
build/Release/obj.target/node_curl/src/request.o \
"deps/curl/lib/.libs/libcurl.a" -shared $EXTRA_FLAG

rm -rf deps/*
rm -rf deps

0 comments on commit 519448c

Please sign in to comment.