We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083dad0 commit 62ef2c2Copy full SHA for 62ef2c2
.travis.yml
@@ -11,8 +11,7 @@ matrix:
11
12
before_install:
13
- "sudo apt-get update"
14
- - "sudo apt-get install -qq libotr2-dev"
15
- - "pushd test; make build LIBOTR_DIR=/usr; popd"
+ - "pushd test; make; popd"
16
17
script:
18
- "make all"
test/Makefile
@@ -14,7 +14,7 @@ libotr:
build:
$(CC) libotr_test_helper.c \
- -L$(LIBOTR_DIR)/lib \
+ -L$(LIBOTR_DIR)/lib -Wl,-rpath,$(LIBOTR_DIR)/lib\
-I$(LIBOTR_DIR)/include/libotr \
19
-lotr \
20
-o libotr_test_helper.out
0 commit comments