Skip to content

Commit

Permalink
Update Linux SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Oct 1, 2024
1 parent b0135ad commit b48c516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SDK=20240915
SKIA=d03a4291
URL=https://github.com/friction2d/friction-sdk/releases/download/${SDK}
APPIMAGE_TAR=friction-appimage-tools-${APPIMG}.tar.xz
SDK_TAR=friction-vfxplatform-CY2021-sdk-${SDK}.tar.xz
SDK_TAR=friction-vfxplatform-CY2021-sdk-${SDK}v2.tar.xz
SKIA_TAR=skia-build-${SKIA}.tar.xz

mkdir -p distfiles/sdk || true
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/run_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MKJOBS=${MKJOBS:-32}
ONLY_SDK=${ONLY_SDK:-0}
LOCAL_BUILD=${LOCAL_BUILD:-1}
DOWNLOAD_SDK=${DOWNLOAD_SDK:-0}
SDK_VERSION="20240915"
SDK_VERSION="20240915v2"
TAR_VERSION=${TAR_VERSION:-""}

DOCKER="docker run"
Expand Down

0 comments on commit b48c516

Please sign in to comment.