Skip to content

Commit 9c30101

Browse files
authored
Merge pull request #526 from kaloudis/patch-1
looprpc/gen_protos.sh: remove js build tag
2 parents f26115e + 84d3adf commit 9c30101

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

looprpc/gen_protos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function generate() {
3232
# Generate the JSON/WASM client stubs.
3333
falafel=$(which falafel)
3434
pkg="looprpc"
35-
opts="package_name=$pkg,js_stubs=1,build_tags=// +build js"
35+
opts="package_name=$pkg,js_stubs=1"
3636
protoc -I/usr/local/include -I. -I.. \
3737
--plugin=protoc-gen-custom=$falafel\
3838
--custom_out=. \

looprpc/swapclient.pb.json.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)