aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJ08nY2019-12-25 22:03:11 +0100
committerJ08nY2019-12-25 22:12:31 +0100
commitce3a4bae56224581ae7e2423af76e97147eb8ef0 (patch)
treefbefb1303f58dbe143a7c9625c45d55284ed9f72 /src
parent79143562568a91ea7c3db66b9e97eb4a46c3ea04 (diff)
downloadECTester-ce3a4bae56224581ae7e2423af76e97147eb8ef0.tar.gz
ECTester-ce3a4bae56224581ae7e2423af76e97147eb8ef0.tar.zst
ECTester-ce3a4bae56224581ae7e2423af76e97147eb8ef0.zip
Update Travis, add info about new supported libs.
Diffstat (limited to 'src')
-rw-r--r--src/cz/crcs/ectester/standalone/libs/jni/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cz/crcs/ectester/standalone/libs/jni/Makefile b/src/cz/crcs/ectester/standalone/libs/jni/Makefile
index bc27c95..3cba91c 100644
--- a/src/cz/crcs/ectester/standalone/libs/jni/Makefile
+++ b/src/cz/crcs/ectester/standalone/libs/jni/Makefile
@@ -90,7 +90,6 @@ lib_boringssl.so:
boringssl_provider.so: boringssl.o c_utils.o | lib_timing.so lib_boringssl.so
$(CC) $(LFLAGS) -o $@ -Wl,-rpath,'$$ORIGIN/lib' $^ -L. lib_boringssl.so -l:lib_timing.so
-
boringssl.o: boringssl.c
$(CC) -I../../../../../../../ext/boringssl/include/ $(CFLAGS) -c $<