mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
compilation fixed
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
|
||||
|
||||
# set preferred compilers
|
||||
CCOMPILERC="/usr/bin/clang-3.6"
|
||||
CCOMPILERCXX="/usr/bin/clang++-3.6"
|
||||
#CCOMPILERC="/usr/bin/clang-3.6"
|
||||
#CCOMPILERCXX="/usr/bin/clang++-3.6"
|
||||
CCOMPILERC="/usr/bin/gcc"
|
||||
CCOMPILERCC="/usr/bin/gcc"
|
||||
CCOMPILERCXX="/usr/bin/g++"
|
||||
|
||||
# how many thread must be used for compilation ( leave zero to use all available )
|
||||
MTHREADS=0
|
||||
|
||||
Reference in New Issue
Block a user