build(cross): macOS cross compilation

macos cross compilation now works. macos binaries can be compiled on
linux with osxcross installed and built
This commit is contained in:
Emily Boudreaux
2025-12-01 13:28:25 -05:00
parent e260c7b02c
commit e0a05bbd1a
15 changed files with 264 additions and 44 deletions

View File

@@ -1,7 +1,8 @@
cmake = import('cmake')
subdir('fourdst')
subdir('python')
subdir('fourdst')
subdir('sundials')
subdir('cppad')