File tree 5 files changed +10
-2
lines changed
5 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,6 @@ cd "./libgcrypt-source"
23
23
make
24
24
make install
25
25
26
+ mv " ${SHARED_RESULT_LIBRARY_LOCATION} /libgcrypt.a" " ${SHARED_RESULT_LIBRARY_STATIC_LOCATION} "
27
+
26
28
popd
Original file line number Diff line number Diff line change @@ -21,4 +21,6 @@ cd "./libgpg-error-source"
21
21
make
22
22
make install
23
23
24
+ mv " ${SHARED_RESULT_LIBRARY_LOCATION} /libgpg-error.a" " ${SHARED_RESULT_LIBRARY_STATIC_LOCATION} "
25
+
24
26
popd
Original file line number Diff line number Diff line change @@ -22,4 +22,6 @@ cd "./libotr-source"
22
22
make
23
23
make install
24
24
25
+ mv " ${SHARED_RESULT_LIBRARY_LOCATION} /libotr.a" " ${SHARED_RESULT_LIBRARY_STATIC_LOCATION} "
26
+
25
27
popd
Original file line number Diff line number Diff line change @@ -22,4 +22,8 @@ cd "./libressl-source"
22
22
make
23
23
make install
24
24
25
+ mv " ${SHARED_RESULT_LIBRARY_LOCATION} /libcrypto.a" " ${SHARED_RESULT_LIBRARY_STATIC_LOCATION} "
26
+ mv " ${SHARED_RESULT_LIBRARY_LOCATION} /libssl.a" " ${SHARED_RESULT_LIBRARY_STATIC_LOCATION} "
27
+ mv " ${SHARED_RESULT_LIBRARY_LOCATION} /libtls.a" " ${SHARED_RESULT_LIBRARY_STATIC_LOCATION} "
28
+
25
29
popd
Original file line number Diff line number Diff line change 64
64
deleteOldAndCreateDirectory " ${LIBRARY_WORKING_DIRECTORY_LOCATION} "
65
65
66
66
" ./Build Dependencies/Libraries/build_${LIBRARY_TO_BUILD} .sh"
67
-
68
- mv " ${SHARED_RESULT_LIBRARY_LOCATION} /${LIBRARY_TO_BUILD} .a" " ${SHARED_RESULT_LIBRARY_STATIC_LOCATION} "
69
67
done
You can’t perform that action at this time.
0 commit comments