Skip to content
Snippets Groups Projects
Commit 98382fc2 authored by Martin Larralde's avatar Martin Larralde
Browse files

Fix `BOOST_IF_CONSTEXPR` macro not being defined in Linux builds

parent a7ff7b4d
No related branches found
Tags v0.4.0
No related merge requests found
......@@ -532,6 +532,7 @@ extensions = [
define_macros=[
("USE_BOOST", 1), # used to compile FastANI without GSL
("BOOST_NO_EXCEPTIONS", 1), # don't raise overflow errors
("BOOST_IF_CONSTEXPR", "if"),
],
),
Extension(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment