Add details to comment
This commit is contained in:
parent
12632f16b8
commit
c18dfa058a
@ -27,7 +27,9 @@ def install(self, spec, prefix):
|
||||
"zlib",
|
||||
"no-krb5",
|
||||
"shared")
|
||||
# Remove non-standard compiler options if present
|
||||
# Remove non-standard compiler options if present. These options are
|
||||
# present e.g. on Darwin. They are non-standard, i.e. most compilers
|
||||
# (e.g. gcc) will not accept them.
|
||||
filter_file(r'-arch x86_64', '', 'Makefile')
|
||||
|
||||
make()
|
||||
|
Loading…
Reference in New Issue
Block a user