mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Move LSP stuff to buildtools/devel_env.sh
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Apr 1 11:20:35 UTC 2022 on sn-devel-184
This commit is contained in:
parent
012d81d0e2
commit
ac7d0b45fc
7
buildtools/devel_env.sh
Normal file
7
buildtools/devel_env.sh
Normal file
@ -0,0 +1,7 @@
|
||||
# This file can be sourced using
|
||||
#
|
||||
# source buildtools/devel_env.sh
|
||||
|
||||
# Setup python path for lsp server
|
||||
PYTHONPATH="$(pwd)/third_party/waf:$(pwd)/python:$(pwd)/bin/python:$(pwd)/selftest:${PYTHONPATH}"
|
||||
export PYTHONPATH
|
@ -9,7 +9,3 @@ export TDB_NO_FSYNC=1
|
||||
export NMBD_DONT_LOG_STDOUT=1
|
||||
export SMBD_DONT_LOG_STDOUT=1
|
||||
export WINBINDD_DONT_LOG_STDOUT=1
|
||||
|
||||
# Setup python path for lsp server
|
||||
PYTHONPATH="$(pwd)/third_party/waf:$(pwd)/python:$(pwd)/bin/python:$(pwd)/selftest:$PYTHONPATH"
|
||||
export PYTHONPATH
|
||||
|
Loading…
Reference in New Issue
Block a user