mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
feat(bash): several chores to bash scripts: (#23250)
This commit is contained in:
3
conf/dist/config.sh
vendored
3
conf/dist/config.sh
vendored
@@ -112,7 +112,8 @@ export CCACHE_DIR=${CCACHE_DIR:-"$AC_PATH_VAR/ccache"}
|
||||
# Enable running the cmake install as root
|
||||
# Installing as root allows to set the SUID bit on
|
||||
# the worldserver binary. This is required if you want
|
||||
# to bind the worldserver to reserved ports
|
||||
# to bind the worldserver to reserved ports and allow
|
||||
# it to set higher process priority.
|
||||
# Default: 0 (false)
|
||||
#
|
||||
export AC_ENABLE_ROOT_CMAKE_INSTALL=${AC_ENABLE_ROOT_CMAKE_INSTALL:-0}
|
||||
|
||||
Reference in New Issue
Block a user