Skip to content

Commit

Permalink
fix: cannot make ios_arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jan 23, 2021
1 parent 167b9a5 commit 43e0cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android_arm64: | $(protobuf_dll)
cd C && bazel build -c opt $(bazelflags.android_arm64) $(bazel_android_target) $(bazel_common_target)

ios_arm64: | $(protobuf_dll)
cd C && bazel build -c opt $(bazelflags.ios_arm64_ $(bazel_ios_target) $(bazel_common_target)
cd C && bazel build -c opt $(bazelflags.ios_arm64) $(bazel_ios_target) $(bazel_common_target)

$(plugindir)/Google.Protobuf.dll: Temp/$(protobuf_tarball)
cd Temp/protobuf-$(protobuf_version)/csharp && ./buildall.sh && mv src/Google.Protobuf/bin/Release/net45/* ../../../$(plugindir)
Expand Down

0 comments on commit 43e0cba

Please sign in to comment.