Skip to content

Commit 7f7cf46

Browse files
authored
Set PKG_CONFIG_PATH instead of copying
1 parent 8056161 commit 7f7cf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
sudo: required
1717
dist: trusty
1818
before_install:
19-
- cp ./cllvm.pc /usr/local/lib/pkgconfig/cllvm.pc
19+
- export PKG_CONFIG_PATH=${PWD}:"${PKG_CONFIG_PATH}"
2020
- sudo aptitude install llvm
2121
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
2222
- wget https://swift.org/builds/swift-3.0-release/ubuntu1404/swift-3.0-RELEASE/swift-3.0-RELEASE-ubuntu14.04.tar.gz

0 commit comments

Comments
 (0)