Files
UnrealEngine/Engine/Extras/ThirdPartyNotUE/FASTBuild/LaunchFBuildWorker.command
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

18 lines
396 B
Bash
Executable File

# Copyright Epic Games, Inc. All Rights Reserved.
#!/bin/sh
if [ -f ~/.unrealrc ]; then
source ~/.unrealrc
fi
if [ -f .unrealrc ]; then
source .unrealrc
fi
if [ -z "$FASTBUILD_BROKERAGE_PATH" ]; then
export FASTBUILD_BROKERAGE_PATH=/Volumes/FASTBuildBrokerage
fi
echo Using FASTBUILD_BROKERAGE_PATH at $FASTBUILD_BROKERAGE_PATH
`dirname "$0"`/Mac/FBuildWorker -mode=idle -cpus=-1