Skip to content

Commit 62ef2c2

Browse files
sualkoarlolra
authored andcommitted
fix travis
1 parent 083dad0 commit 62ef2c2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ matrix:
1111

1212
before_install:
1313
- "sudo apt-get update"
14-
- "sudo apt-get install -qq libotr2-dev"
15-
- "pushd test; make build LIBOTR_DIR=/usr; popd"
14+
- "pushd test; make; popd"
1615

1716
script:
1817
- "make all"

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libotr:
1414

1515
build:
1616
$(CC) libotr_test_helper.c \
17-
-L$(LIBOTR_DIR)/lib \
17+
-L$(LIBOTR_DIR)/lib -Wl,-rpath,$(LIBOTR_DIR)/lib\
1818
-I$(LIBOTR_DIR)/include/libotr \
1919
-lotr \
2020
-o libotr_test_helper.out

0 commit comments

Comments
 (0)