mirror of
https://github.com/lightninglabs/loop
synced 2024-11-04 06:00:21 +00:00
looprpc/gen_protos.sh: remove js build tag
This commit is contained in:
parent
f26115effc
commit
84d3adf969
@ -32,7 +32,7 @@ function generate() {
|
||||
# Generate the JSON/WASM client stubs.
|
||||
falafel=$(which falafel)
|
||||
pkg="looprpc"
|
||||
opts="package_name=$pkg,js_stubs=1,build_tags=// +build js"
|
||||
opts="package_name=$pkg,js_stubs=1"
|
||||
protoc -I/usr/local/include -I. -I.. \
|
||||
--plugin=protoc-gen-custom=$falafel\
|
||||
--custom_out=. \
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: client.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package looprpc
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user