Files
UnrealEngine/Engine/Source/ThirdParty/hlslcc/UE_BuildThirdPartyLib_Mac.command
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

18 lines
320 B
Bash
Executable File

#!/bin/sh
pushd hlslcc
p4 edit $THIRD_PARTY_CHANGELIST lib/Mac/...
# compile Mac
pushd projects/XCode
xcodebuild -configuration Release clean
xcodebuild -configuration Debug clean
xcodebuild -configuration Release
xcodebuild -configuration Debug
popd
popd
echo
echo Remember to recompile for other platforms too!