Skip to content

Commit

Permalink
Merge branch 'development' into feat/oracle_on_arb_xemm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nullably authored Apr 2, 2021
2 parents 4090b76 + f4d99f1 commit c9d5c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# for C/ObjC but not for C++
class BuildExt(build_ext):
def build_extensions(self):
if '-Wstrict-prototypes' in self.compiler.compiler_so:
if os.name != "nt" and '-Wstrict-prototypes' in self.compiler.compiler_so:
self.compiler.compiler_so.remove('-Wstrict-prototypes')
super().build_extensions()

Expand Down

0 comments on commit c9d5c13

Please sign in to comment.