Skip to content

Commit

Permalink
Tag custom premake builds on v5.0.0-beta3
Browse files Browse the repository at this point in the history
Diffs=
d3123ff351 Tag custom premake builds on v5.0.0-beta3 (#8741)

Co-authored-by: Chris Dalton <99840794+csmartdalton@users.noreply.github.com>
  • Loading branch information
csmartdalton and csmartdalton committed Dec 12, 2024
1 parent 5f61fa7 commit 1b69f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0cdfd3bf3286dc9314f31a6ae3f4449eec516ab3
d3123ff3517df7ce4e4a41ba4c3f45d850374b0a
2 changes: 1 addition & 1 deletion build/build_rive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ pushd "$SCRIPT_DIR/dependencies" > /dev/null
# Setup premake5.
if [ ! -d premake-core ]; then
echo Building Premake...
git clone https://github.com/premake/premake-core.git
git clone -b v5.0.0-beta3 https://github.com/premake/premake-core.git
pushd premake-core > /dev/null
case "$HOST_MACHINE" in
mac_arm64) make -f Bootstrap.mak osx PLATFORM=ARM ;;
Expand Down

0 comments on commit 1b69f66

Please sign in to comment.