Revert "WIP: openssl: set KERNEL_BITS to make ./config work"
This commit is contained in:
parent
cf3d236b9f
commit
52cce2d710
@ -16,8 +16,6 @@ class Openssl(Package):
|
||||
parallel = False
|
||||
|
||||
def install(self, spec, prefix):
|
||||
env['KERNEL_BITS'] = '64' # Only on 64-bit Mac
|
||||
|
||||
config = Executable("./config")
|
||||
config("--prefix=%s" % prefix,
|
||||
"--openssldir=%s/etc/openssl" % prefix,
|
||||
|
Loading…
Reference in New Issue
Block a user