msgq on macOS (#36958)

* msgq on macOS

* clean that up
This commit is contained in:
Adeeb Shihadeh
2025-12-27 16:49:30 -08:00
committed by GitHub
parent 3f1f7ad89c
commit 368947c88c
4 changed files with 9 additions and 5 deletions
-2
View File
@@ -25,7 +25,5 @@ source .venv/bin/activate
if [[ "$(uname)" == 'Darwin' ]]; then
touch "$ROOT"/.env
echo "# msgq doesn't work on mac" >> "$ROOT"/.env
echo "export ZMQ=1" >> "$ROOT"/.env
echo "export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES" >> "$ROOT"/.env
fi