Add details to comment

This commit is contained in:
Erik Schnetter 2016-01-05 14:09:54 -05:00
parent 12632f16b8
commit c18dfa058a

View File

@ -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()