Skip to content

Commit

Permalink
Fix JuliaLang#10010, libgit2 multilib compilation
Browse files Browse the repository at this point in the history
multilib does still confuse cmake when it comes to finding openssl
you will likely need to install libssl-dev:i386
  • Loading branch information
tkelman authored and mbauman committed Jun 5, 2015
1 parent 65c8eae commit f0014e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ ifeq ($(ISX86),1)
CC += -m$(BINARY)
CXX += -m$(BINARY)
FC += -m$(BINARY)
CC_ARG += -m$(BINARY)
CXX_ARG += -m$(BINARY)
endif
endif

Expand Down

0 comments on commit f0014e4

Please sign in to comment.