Skip to content

Commit

Permalink
changes of macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kochelmonster committed Mar 22, 2024
1 parent 2d88234 commit b70d774
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 @@ -109,7 +109,7 @@ def make(self):
self.include_dirs.append(boost_dir)

if self.platform == "darwin":
self.extra_compile_args.extend("-std=c++11")
self.extra_compile_args.append("-std=c++11")

# disable cython typedef of uint8_t
self.define_macros.extend([("_MSC_STDINT_H_", None)])
Expand Down

0 comments on commit b70d774

Please sign in to comment.