Skip to content

Commit 4bd4b6a

Browse files
committed
tools/ci.sh: Install pkg-config for macos builds.
Signed-off-by: Damien George <[email protected]>
1 parent c7391a2 commit 4bd4b6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,9 @@ function ci_unix_settrace_stackless_run_tests {
594594
}
595595

596596
function ci_unix_macos_build {
597+
# Install pkg-config to configure libffi paths.
598+
brew install pkg-config
599+
597600
make ${MAKEOPTS} -C mpy-cross
598601
make ${MAKEOPTS} -C ports/unix submodules
599602
#make ${MAKEOPTS} -C ports/unix deplibs

0 commit comments

Comments
 (0)