Local hacks to compile and monkey patch issues in the Python world

All AI generated slop. Do NOT trust these "fixes". It's just to get it
working on my machine.
This commit is contained in:
Dion Moult
2026-04-11 16:27:06 +10:00
parent b40e4378b3
commit 543d9f8588
7 changed files with 406 additions and 4 deletions
+2 -1
View File
@@ -295,7 +295,8 @@ if(WASM_BUILD)
else()
# @todo review this, shouldn't this be all possible header-only now?
# ... or rewritten using C++17 features?
set(BOOST_COMPONENTS system program_options regex thread date_time iostreams)
# set(BOOST_COMPONENTS system program_options regex thread date_time iostreams)
set(BOOST_COMPONENTS program_options regex thread date_time iostreams)
endif()
if(USE_MMAP)