Skip to content

Commit

Permalink
fix ./build_viewer.sh run
Browse files Browse the repository at this point in the history
```
./build_viewer.sh run
````
would fail as we were in the wrong working directory!

Diffs=
852b17bca fix ./build_viewer.sh run (#6545)

Co-authored-by: Luigi Rosso <[email protected]>
  • Loading branch information
luigi-rosso and luigi-rosso committed Feb 2, 2024
1 parent 7da35c1 commit 019aa96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
029d674655205fe659cd95fc4822dc69706e8d25
852b17bca7e7c2d3deb7f2d09876b3b548115200
4 changes: 2 additions & 2 deletions viewer/build/macosx/build_viewer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ done

make -C $OUT -j$(($(sysctl -n hw.physicalcpu) + 1))

popd

for var in "$@"; do
if [[ $var = "run" ]]; then
$OUT/rive_viewer
Expand All @@ -77,3 +75,5 @@ for var in "$@"; do
lldb $OUT/rive_viewer
fi
done

popd

0 comments on commit 019aa96

Please sign in to comment.