Skip to content

Commit

Permalink
copy instead of mv when building skialib locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Mar 31, 2024
1 parent 658b4d5 commit 99523fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csource/compile_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export arch=arm64

./compile_macosx.sh

mv libmembraneskia-${arch}.dylib ./macos-aarch64/resources/darwin-aarch64/libmembraneskia.dylib
cp libmembraneskia-${arch}.dylib ./macos-aarch64/resources/darwin-aarch64/libmembraneskia.dylib


0 comments on commit 99523fb

Please sign in to comment.