From 3c3421afd8f74a3aa8d1011de07a8c18f9549210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 8 Apr 2014 12:04:17 +0200 Subject: Rename app->bitmask_android This way, gradle commands generate apks correctly named. --- bitmask_android/openssl/crypto/threads/pthread2.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bitmask_android/openssl/crypto/threads/pthread2.sh (limited to 'bitmask_android/openssl/crypto/threads/pthread2.sh') diff --git a/bitmask_android/openssl/crypto/threads/pthread2.sh b/bitmask_android/openssl/crypto/threads/pthread2.sh new file mode 100755 index 00000000..41264c6a --- /dev/null +++ b/bitmask_android/openssl/crypto/threads/pthread2.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# +# build using pthreads where it's already built into the system +# +/bin/rm -f mttest +gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread + -- cgit v1.2.3