File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
35
35
PACKAGES : cmake git uuid-dev libsystemd-dev liblz4-dev libnss3-dev libzmq3-dev libcurl4-nss-dev libmicrohttpd-dev
36
36
- os : macos-latest
37
37
BUILD_TYPE : default
38
- PACKAGES : automake autoconf ossp-uuid zeromq curl libmicrohttpd
38
+ PACKAGES : automake autoconf libtool ossp-uuid zeromq curl libmicrohttpd
39
39
DRAFT : enabled
40
40
- os : macos-latest
41
41
BUILD_TYPE : default
42
42
DRAFT : disabled
43
- PACKAGES : automake autoconf ossp-uuid zeromq curl libmicrohttpd
43
+ PACKAGES : automake autoconf libtool ossp-uuid zeromq curl libmicrohttpd
44
44
# For non-cmake users, there is an autotools solution with a bit more overhead
45
45
# to have dependencies ready and pass configure script before making this check).
46
46
# Note that the autotools variant will also require dependencies preinstalled to
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ MAN1 = zmakecert.1
11
11
MAN3 = zactor.3 zargs.3 zarmour.3 zcert.3 zcertstore.3 zchunk.3 zclock.3 zconfig.3 zdigest.3 zdir.3 zdir_patch.3 zfile.3 zframe.3 zhash.3 zhashx.3 ziflist.3 zlist.3 zlistx.3 zloop.3 zmsg.3 zpoller.3 zproc.3 zsock.3 zstr.3 zsys.3 ztimerset.3 ztrie.3 zuuid.3 zhttp_client.3 zhttp_server.3 zhttp_server_options.3 zhttp_request.3 zhttp_response.3 zosc.3 zauth.3 zbeacon.3 zgossip.3 zmonitor.3 zproxy.3 zrex.3
12
12
# Project overview, written by a human after initial skeleton:
13
13
# NOTE: stub doc/czmq.adoc is generated by GSL from project.xml
14
- # and then committed to SCM and maintained manually to describe the
14
+ # and then comitted to SCM and maintained manually to describe the
15
15
# project (section 7 = Overview, conventions, and miscellaneous).
16
16
MAN7 = czmq.7
17
17
MAN_DOC = $(MAN1 ) $(MAN3 ) $(MAN7 )
You can’t perform that action at this time.
0 commit comments