Skip to content

Commit 293b7e2

Browse files
committed
Fix path to download script
1 parent 65ab737 commit 293b7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_libzmq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export CFLAGS=-fPIC
1717
export CXXFLAGS=-fPIC
1818
export PKG_CONFIG_PATH=$ZMQ_PREFIX/lib/pkgconfig
1919

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
20+
test -f zeromq-$ZMQ.tar.gz || ZMQ=$ZMQ ZMQ_REPO=$ZMQ_REPO node ../download-zmq.js 2>&1 > ../zmq-build.log
2121
test -d $ZMQ_SRC_DIR || tar xzf zeromq-$ZMQ.tar.gz
2222
cd $ZMQ_SRC_DIR
2323

0 commit comments

Comments
 (0)