Remove leftover debug statement
This commit is contained in:
parent
a540a68561
commit
a58dd8f6ab
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ def install(self, spec, prefix):
|
|||
"darwin64-x86_64-cc")
|
||||
perl('-pi', '-e', 's/-arch x86_64//g', 'Makefile')
|
||||
else:
|
||||
exit(1)
|
||||
config = Executable("./config")
|
||||
config("--prefix=%s" % prefix,
|
||||
"--openssldir=%s/etc/openssl" % prefix,
|
||||
|
|
Loading…
Reference in a new issue