Skip to content

Commit

Permalink
Merge pull request #99 from BKaDamien/bugfix/cxx_std_type_for_mac_os
Browse files Browse the repository at this point in the history
avoid TypeError: '<' not supported between instances of 'str' and 'int' in pybind11
  • Loading branch information
christoph2 committed Apr 6, 2022
2 parents b51292a + 5dd406a commit 08f8839
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 @@ -49,7 +49,7 @@
sources=["pyxcp/recorder/lz4.cpp", "pyxcp/recorder/wrap.cpp"],
define_macros=[("EXTENSION_NAME", EXT_NAMES[0]), ("NDEBUG", 1)],
optional=False,
cxx_std="17",
cxx_std=17,
),
]
else:
Expand Down

0 comments on commit 08f8839

Please sign in to comment.