mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
default to skia branch for commit hash in cache helper
Diffs= dcbe806b0 default to skia branch for commit hash in cache helper (#6432) Co-authored-by: hernan <hernan@rive.app>
This commit is contained in:
@@ -1 +1 @@
|
||||
d67aeac4d7643cdb60f7d22c9b2c0005e7838ed9
|
||||
dcbe806b0485977a4c968e93eefcc7e6e01a4460
|
||||
|
||||
@@ -8,6 +8,7 @@ RIVE_RUNTIME_DIR="${RIVE_RUNTIME_DIR:=../..}"
|
||||
SKIA_DIR_NAME="${SKIA_DIR_NAME:=skia}"
|
||||
SKIA_REPO=${SKIA_REPO:-https://github.com/rive-app/skia}
|
||||
SKIA_BRANCH=${SKIA_BRANCH:-rive}
|
||||
SKIA_COMMIT=${SKIA_COMMIT}
|
||||
COMPILE_TARGET="${COMPILE_TARGET:-$(uname -s)_$(uname -m)}"
|
||||
CACHE_NAME="${CACHE_NAME:=skia}"
|
||||
OUTPUT_CACHE="${OUTPUT_CACHE:=out}"
|
||||
|
||||
Reference in New Issue
Block a user