Skip to content

Commit 50c2ed0

Browse files
committed
Adding ldconfig while making deps.
1 parent 52dec5d commit 50c2ed0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- "2.4"
43
- "2.5"
54
- "2.6"
65
- "2.7"

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ deps:
3838
git clone https://github.com/lloyd/yajl.git yajl-src
3939
(cd yajl-src; git checkout 4c539cb5b; git reset --hard; ./configure)
4040
sudo make -C yajl-src install
41+
sudo ldconfig

0 commit comments

Comments
 (0)