We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ab737 commit 293b7e2Copy full SHA for 293b7e2
build_libzmq.sh
@@ -17,7 +17,7 @@ export CFLAGS=-fPIC
17
export CXXFLAGS=-fPIC
18
export PKG_CONFIG_PATH=$ZMQ_PREFIX/lib/pkgconfig
19
20
-test -f zeromq-$ZMQ.tar.gz || ZMQ=$ZMQ ZMQ_REPO=$ZMQ_REPO node "$(dirname $(realpath $0))/download-zmq.js" 2>&1 > ../zmq-build.log
+test -f zeromq-$ZMQ.tar.gz || ZMQ=$ZMQ ZMQ_REPO=$ZMQ_REPO node ../download-zmq.js 2>&1 > ../zmq-build.log
21
test -d $ZMQ_SRC_DIR || tar xzf zeromq-$ZMQ.tar.gz
22
cd $ZMQ_SRC_DIR
23
0 commit comments