We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3f399 commit 7b5a4ceCopy full SHA for 7b5a4ce
1 file changed
lib/include/update/cmake.sh
@@ -13,6 +13,7 @@ get_cmake_build_dir() {
13
14
function cmake_refresh_teeworlds_binary() {
15
local build_dir
16
+ mkdir -p "${SCRIPT_ROOT}/bin"
17
build_dir="$(get_cmake_build_dir)"
18
if [ ! -f "$CFG_GIT_PATH_MOD/$build_dir/$CFG_COMPILED_BIN" ]
19
then
@@ -62,7 +63,6 @@ function cmake_refresh_teeworlds_binary() {
62
63
if [ "$libantibot_path" != "" ]
64
65
log "move libantibot.so ..."
- mkdir -p "${SCRIPT_ROOT}/bin"
66
cp "$libantibot_path" "$libantibot_runtime_path"
67
else
68
err "Error: libantibot.so not found"
0 commit comments