Skip to content

Commit 44269ad

Browse files
committed
Remove libzmq source after build
1 parent 8e4ae8c commit 44269ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_libzmq.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ test -f configure || ./autogen.sh
2525
./configure --prefix=$ZMQ_PREFIX --with-relaxed --enable-static --disable-shared
2626
make -j 2
2727
make install
28+
29+
cd $ZMQ_PREFIX
30+
rm -rf $ZMQ_SRC_DIR

0 commit comments

Comments
 (0)