mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
fix(Conf): Modules should compile (#11983)
This commit is contained in:
parent
a434ba804a
commit
b843a5626a
1 changed files with 2 additions and 2 deletions
4
conf/dist/config.sh
vendored
4
conf/dist/config.sh
vendored
|
|
@ -70,8 +70,8 @@ CTYPE=${CTYPE:-Release}
|
|||
# compile scripts
|
||||
CSCRIPTS=${CSCRIPTS:-static}
|
||||
|
||||
# compile scripts
|
||||
CMODULES=${CMODULES:-none}
|
||||
# compile modules
|
||||
CMODULES=${CMODULES:-static}
|
||||
|
||||
# compile unit tests
|
||||
CBUILD_TESTING=OFF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue