Fix macOS asset extraction auto-build and docs

- extract_assets.sh: detect Homebrew and pass CMAKE_PREFIX_PATH,
  OPENSSL_ROOT_DIR, and PKG_CONFIG_PATH when auto-building on macOS
  (bare cmake couldn't find Homebrew deps)
- README.md: fix macOS brew command that had comments after line
  continuations (breaks shell execution)
- BUILD_INSTRUCTIONS.md: expand macOS asset extraction section with
  auto-build note and expansion targets
This commit is contained in:
Kelsi 2026-02-23 18:40:26 -08:00
parent f66b9eb154
commit 685736fa16
3 changed files with 21 additions and 3 deletions

View file

@ -88,8 +88,10 @@ sudo pacman -S sdl2 glm openssl \
# macOS (Homebrew)
brew install cmake pkg-config sdl2 glew glm openssl@3 zlib ffmpeg \
vulkan-loader vulkan-headers shaderc \
unicorn \ # optional: Warden module execution
stormlib # optional: asset_extract tool
unicorn \
stormlib
# unicorn is optional (Warden module execution)
# stormlib is optional (asset_extract tool)
```
### Container build