Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Fix mangled configure string
Browse files Browse the repository at this point in the history
  • Loading branch information
tst-lsavoie committed Jan 29, 2021
1 parent f740193 commit 6cd9b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earth_enterprise/src/third_party/openssl/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ openssl_configure = openssl_env.Command(
[openssl_env.MultiCommand(
'cd %s\n'
'%s%s ./Configure -DSSL_ALLOW_ADH --prefix=%s '
'%s%s ./Configure -DSSL_ALLOW_ADH --prefix=/opt/google ' '--openssldir=%s linux-x86_64 shared\n'
'--openssldir=%s linux-x86_64 shared\n'
'touch %s' % (build_root, openssl_env['ENV']['mod_env'], env_opt,
install_prefix, install_prefix, openssl_target))])

Expand Down

0 comments on commit 6cd9b49

Please sign in to comment.