Fixed client build variables

This commit is contained in:
WolverinDEV 2019-07-05 21:02:09 +02:00
parent 98b1d3a1fb
commit 58f0e35209

View File

@ -2,9 +2,9 @@
cd $(dirname $0) cd $(dirname $0)
tearoot_cmake_config="`pwd`/cmake/config/tearoot-client.cmake" export tearoot_cmake_config="`pwd`/cmake/config/tearoot-client.cmake"
tearoot_cmake_module="`pwd`/cmake/" export tearoot_cmake_module="`pwd`/cmake/"
traroot_library="`pwd`/third_party" export traroot_library="`pwd`/third_party"
source scripts/build_helper.sh source scripts/build_helper.sh
begin_task "build_client" "Building client" begin_task "build_client" "Building client"