diff --git a/Scripts/Setup-LinuxARM.sh b/Scripts/Setup-LinuxARM.sh new file mode 100755 index 0000000..eed411b --- /dev/null +++ b/Scripts/Setup-LinuxARM.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +pushd .. +Vendor/Binaries/Premake/LinuxARM/premake5 --cc=clang --file=Build.lua gmake2 +popd diff --git a/Vendor/Binaries/Premake/LinuxARM/premake5 b/Vendor/Binaries/Premake/LinuxARM/premake5 new file mode 100755 index 0000000..6f99a1e Binary files /dev/null and b/Vendor/Binaries/Premake/LinuxARM/premake5 differ