This commit is contained in:
WolverinDEV
2018-08-08 21:28:19 +00:00
parent f302504dea
commit 7e7642d5e6
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ fi
cat /include/openssl/opensslv.h | grep "OPENSSL_VERSION_NUMBER" &> /dev/null
if [ $? -ne 0 ]; then
echo "#if false
# define OPENSSL_VERSION_NUMBER 0x1010008fL
#endif" > include/openssl/opensslv.h
# define OPENSSL_VERSION_NUMBER 0x1010008fL
#endif" > include/openssl/opensslv.h
fi
cd build
sudo apt-get install golang-go