diff options
Diffstat (limited to 'github_build.sh')
| -rw-r--r-- | github_build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/github_build.sh b/github_build.sh index b9c0f24da..357989ccc 100644 --- a/github_build.sh +++ b/github_build.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash # Get premake +if [[ "aarch64" == "${ARCH}" ]]; then +wget https://github.com/shader-slang/slang-binaries/blob/master/premake/premake-5.0.0-alpha16/bin/linux-arm64/premake5?raw=true -O premake5 +else wget https://github.com/shader-slang/slang-binaries/blob/master/premake/premake-5.0.0-alpha16/bin/linux-64/premake5?raw=true -O premake5 +fi chmod u+x premake5 # generate slang-tag-version.h |
