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.
2 parents 24c6f37 + 929306b commit c310d3bCopy full SHA for c310d3b
.travis.yml
@@ -7,8 +7,9 @@ matrix:
7
language: objective-c
8
osx_image: xcode8
9
before_install:
10
- - cp ./cllvm.pc /usr/local/lib/pkgconfig/cllvm.pc
+ - export PATH=/usr/local/opt/llvm/bin:"${PATH}"
11
- brew install llvm
12
+ - sudo swift utils/make-pkgconfig.swift
13
script:
14
- swift build
15
- os: linux
cllvm.pc
0 commit comments