Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Nov 9, 2023
1 parent ce21e0d commit c044e9a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ lib/messaging/protos_flutteronly/messaging.pb.dart: protos_flutteronly/messaging
lib/vpn/protos_shared/vpn.pb.dart: protos_shared/vpn.proto
@protoc --dart_out=./lib/vpn --plugin=protoc-gen-dart=$$HOME/.pub-cache/bin/protoc-gen-dart protos_shared/vpn.proto

#internalsdk/protos/%.pb.go: protos_shared/%.proto
# go build -o build/protoc-gen-go google.golang.org/protobuf/cmd/protoc-gen-go
# protoc --go_out=internalsdk/protos --plugin=build/protoc-gen-go --go_opt=paths=source_relative $<

internalsdk/protos/%.pb.go: protos_shared/%.proto
@echo "Generating Go protobuf for $<"
@protoc --plugin=protoc-gen-go=build/protoc-gen-go \
Expand Down Expand Up @@ -275,7 +271,7 @@ release-autoupdate: require-version

release: require-version require-s3cmd require-wget require-lantern-binaries require-release-track release-prod copy-beta-installers-to-mirrors invalidate-getlantern-dot-org upload-aab-to-play

$(ANDROID_LIB): $(GO_SOURCES)
$(ANDROID_LIB):
$(call check-go-version) && \
go env -w 'GOPRIVATE=github.com/getlantern/*' && \
go install golang.org/x/mobile/cmd/gomobile && \
Expand Down

0 comments on commit c044e9a

Please sign in to comment.