mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-20 13:27:51 +02:00
Merge pull request #387 from kaloudis/patch-1
poolrpc/gen_protos.sh: remove js build tag
This commit is contained in:
commit
f5b214fcee
2 changed files with 1 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ function generate() {
|
|||
falafel=$(which falafel)
|
||||
pkg="poolrpc"
|
||||
manual_import="github.com/lightninglabs/pool/auctioneerrpc"
|
||||
opts="package_name=$pkg,manual_import=$manual_import,api_prefix=1,js_stubs=1,build_tags=// +build js"
|
||||
opts="package_name=$pkg,manual_import=$manual_import,api_prefix=1,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: trader.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package poolrpc
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue