make: pass mobile subserver prefix to docker when generating mobile RPC

This commit is contained in:
Johan T. Halseth
2021-04-06 12:52:27 +02:00
parent 2338a12729
commit 2868b22083
3 changed files with 4 additions and 3 deletions

View File

@@ -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"