Skip to content
Snippets Groups Projects
Unverified Commit b2e9f682 authored by WolverinDEV's avatar WolverinDEV
Browse files

Update stuff

parent 45fc9660
Branches
No related merge requests found
Subproject commit 8bbac44210cbf28c1a867a80b3fb3a0c7ed8cc88
Subproject commit c212df42345816ea0e73cd466718f75d9926c4a2
......@@ -6,7 +6,7 @@ export tearoot_cmake_config="`pwd`/build-helpers/cmake/config/tearoot-client.cma
export tearoot_cmake_module="`pwd`/build-helpers/cmake/"
export traroot_library="`pwd`/third_party"
source scripts/build_helper.sh
source build-helpers/build_helper.sh
begin_task "build_client" "Building client"
./client/jenkins/create_build.sh
......
......@@ -8,7 +8,7 @@ tearoot_cmake_module="`pwd`/build-helpers/cmake/"
traroot_library="`pwd`/third_party"
shared_path="shared"
source `pwd`/scripts/build_helper.sh
source `pwd`/build-helpers/build_helper.sh
begin_task "build_shared" "Building shared library"
requires_rebuild ${shared_path}
[[ $? -eq 0 ]] && {
......
Subproject commit 0b83e74e2df4b084d256ea3cea0be64e01ef6da3
Subproject commit 28531523c483ce2d4dd9bfbde8121957c0124f19
Subproject commit 3f57ad4678dd1ef1c72a066cc4fdd7bedb84c172
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment