Skip to content

Commit

Permalink
use gnu compiler ref skycoin#51
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Denis committed May 23, 2019
1 parent ef943f4 commit 247891a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl/install_lib_curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd build
#echo "brew ls --verbose curl"
#brew ls --verbose curl
# for normal install use following command
cmake -D CMAKE_C_COMPILER=/usr/bin/gcc -D CMAKE_CXX_COMPILER=/usr/bin/g++ ..
cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ ..
make
sudo make install

Expand Down

0 comments on commit 247891a

Please sign in to comment.