Peter Steinberger
9c81ed9969
Fix unbound variable error in node-path-setup.sh
...
The script was failing with "VIBETUNNEL_BUILD_CLEAN_ENV: unbound variable"
when running under strict bash error checking (set -u). Fixed by using
parameter expansion with default value ${VAR:-} to handle cases where
the variable is not set.
2025-07-08 10:10:42 +01:00
Peter Steinberger
6b93fdbf41
Fix Homebrew library dependencies in release builds ( #269 )
2025-07-08 09:55:52 +01:00
Peter Steinberger
53b4aff571
Fix build warnings
...
- Fix 'variable was never mutated' warning in ScreencapService.swift
- Fix fnm env command syntax error in node-path-setup.sh
- Remove incorrect --use-on-cd flag usage
The duplicate rpath warning remains (needs Xcode project fix)
2025-07-08 01:16:42 +01:00
Raghav Sethi
48ea8898fa
fix: resolve Xcode Node.js detection issues with fnm/homebrew conflicts ( #246 ) ( #253 )
2025-07-08 00:44:05 +01:00
hewigovens
89240a09a9
cleanup
2025-07-06 11:32:16 +09:00
hewigovens
826d8de4c1
refactor: consolidate Node.js path setup into shared script and add fnm support
2025-07-06 11:09:32 +09:00