Commit Graph
8 Commits
Author SHA1 Message Date
Aidan Case caaadbd9d3 attempt to fix wxwebview undef 2024-02-22 19:16:16 -06:00
Aidan Case 0c9d2675c3 fix up rest of paths 2024-02-22 00:38:27 -06:00
Aidan Case e2a38ffc1c add some workarounds for /usr/local 2024-02-21 21:09:30 -06:00
Aidan Case 7cd08e93cf Merge remote-tracking branch 'upstream/main' into local-fp 2024-02-21 21:03:08 -06:00
Aidan Case b179cb734c fix wx, use hack to install into /app 2024-02-19 19:15:59 -06:00
Aidan Case 08e687e2ac Initial commit for the builder 2024-02-18 22:27:09 -06:00
Aidan 955601d632 Give CGAL a boost::prior (import) (#3978)
CGAL uses boost::prior but doesn't import it properly. A small hack here
just imports it before importing anything CGAL.
2024-02-10 10:25:16 +08:00
Aidan 951fc8e98a A *lot* of import fixes for flatpak (#3909)
* A *lot* of import fixes for flatpak

Aside, thank you @hadess for the majority of these fixes. You are the
base point for a lot of issues fixed during the creation of this
flatpak.

* Use slic3r::load_string_file

Boost 1.84 removed `boost::fs::load_string_file` so use the func located
in Utils.hpp
2024-01-31 11:23:29 +00:00