fix: exclude boost-process from Android builds

Boost.Process is not compatible with Android platform, causing build failures. This change conditionally includes the package only on non-Android platforms.

Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
Zephyron
2025-05-15 16:54:15 +10:00
parent 25ac9bde7c
commit dc6bc2348b

View File

@@ -16,7 +16,10 @@
"boost-icl", "boost-icl",
"boost-intrusive", "boost-intrusive",
"boost-mpl", "boost-mpl",
"boost-process", {
"name": "boost-process",
"platform": "!android"
},
"boost-range", "boost-range",
"boost-spirit", "boost-spirit",
"boost-test", "boost-test",