mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 23:21:12 +02:00
Merge pull request #5178 from halseth/mobile-docker-prefix
make: pass mobile subserver prefix to docker when generating mobile RPC
This commit is contained in:
@@ -57,7 +57,7 @@ done
|
||||
# If prefix=1 is specified, prefix the generated methods with subserver name.
|
||||
# This must be enabled to support subservers with name conflicts.
|
||||
use_prefix="0"
|
||||
if [ "$prefix" = "1" ]
|
||||
if [ "$SUBSERVER_PREFIX" = "1" ]
|
||||
then
|
||||
echo "Prefixing methods with subserver name"
|
||||
use_prefix="1"
|
||||
|
Reference in New Issue
Block a user