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

10 lines
110 B
Bash
Executable File

#!/bin/bash
set -e
pushd ISPCTextureCompressor-14d998c > /dev/null
./BuildForMac.command
popd > /dev/null