Skip to content

Commit

Permalink
restore regular install (to see if it works)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Apr 17, 2018
1 parent 4a7e3f3 commit 7208716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.linux64x64/third-party/Makefile.openssl
Expand Up @@ -24,7 +24,7 @@ $(THIRDPARTYLIBDIR)/$(OPENSSLLIBNAME): $(OPENSSLARCHIVE)
tar x -f $(OPENSSLARCHIVE) -C $(THIRDPARTYDIR)
cd $(OPENSSLDIR) \
&& ./Configure linux-generic32 --prefix='$(THIRDPARTYOUTDIR)' shared \
&& make install_sw
&& make install

# Assuming building libssl will also build libcrypto
$(OPENSSLLIB): $(THIRDPARTYLIBDIR)/$(OPENSSLLIBNAME)
Expand Down

0 comments on commit 7208716

Please sign in to comment.