Skip to content

Commit

Permalink
Missed a HAVE_PYTHON_EMBED
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Aug 15, 2024
1 parent c532aa3 commit 37db257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/Genten_Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ int main(int argc, char* argv[])

print_banner(std::cout);

#ifdef HAVE_PYTHON
#ifdef HAVE_PYTHON_EMBED
// Start up python interpreter
pybind11::scoped_interpreter guard{};
#endif
Expand Down

0 comments on commit 37db257

Please sign in to comment.