Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
resolve lib crypto error in linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thecarisma committed Aug 5, 2018
1 parent 5921e8b commit 25a5eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Linux-Build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ configure() {
#sudo apt-get -y install curl
case $cpu_arc in
*64* )
sudo apt-get -y install libfltk1.3-dev:i386
#sudo apt-get -y install libfltk1.3-dev:i386
sudo apt-get -y install xorg-dev:i386
sudo apt-get -y install libxft-dev:i386
#sudo apt-get -y install libxft-dev:i386
sudo apt-get -y install libxcursor-dev:i386
sudo apt-get -y install libxinerama-dev:i386
sudo apt-get -y install libssl-dev:i386
Expand Down

0 comments on commit 25a5eb8

Please sign in to comment.