diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-06 17:56:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-06 17:56:39 -0300 |
commit | a3cc3e6e307bfd0006751b1129493c99da8e2131 (patch) | |
tree | 0e8242bde08c542a58b3a950304833ff75df6aee | |
parent | bbfd393d25544f8e1c0e482faaf6dfb6a77818ad (diff) | |
download | serverdata-a3cc3e6e307bfd0006751b1129493c99da8e2131.tar.gz serverdata-a3cc3e6e307bfd0006751b1129493c99da8e2131.tar.bz2 serverdata-a3cc3e6e307bfd0006751b1129493c99da8e2131.tar.xz serverdata-a3cc3e6e307bfd0006751b1129493c99da8e2131.zip |
I forgot the plugin -.-
-rwxr-xr-x | .tools/scripts/init.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index d02905d51..8183c3e0e 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -152,8 +152,8 @@ function make_server { check_error $? mkdir build cd build - echo ../configure $2 CPPFLAGS=\"${VARS}\" - ../configure $2 CPPFLAGS="${VARS}" + echo ../configure $2 CPPFLAGS=\"${VARS} -UPYTHON_LOGS\" + ../configure $2 CPPFLAGS="${VARS} -UPYTHON_LOGS" check_error $? echo "make -j2 V=0" make -j2 V=0 |