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 aecbef1 commit 2371163Copy full SHA for 2371163
3rd/libuv
Makefile
@@ -400,9 +400,9 @@ examples: pn
400
for e in example/*.pn; do echo $$e; time bin/potion $$e; done
401
402
dist: $(AIO_DEPS) bins libs static ${GREG}
403
- @if [ -n "${RPATH}" ]; then \
+ +@if [ -n "${RPATH}" ]; then \
404
rm -f ${BINS} ${PNLIB}; \
405
- +$(MAKE) bins libs RPATH="${RPATH_INSTALL}"; \
+ $(MAKE) bins libs RPATH="${RPATH_INSTALL}"; \
406
fi
407
+$(MAKE) -f dist.mak $@ PREFIX="${PREFIX}" EXE=${EXE} DLL=${DLL} LOADEXT=${LOADEXT}
408
0 commit comments