File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,10 @@ cmake_home="cmake-${os}-${arch}"
67
67
68
68
build_dir=" build"
69
69
mkdir -p " ${build_dir} "
70
- # cd "${build_dir}"
71
70
72
- cmake_build_dir =" .cmake"
73
- mkdir -p " ${cmake_build_dir } "
74
- cd " ${cmake_build_dir } "
71
+ cmake_dir =" .cmake"
72
+ mkdir -p " ${cmake_dir } "
73
+ cd " ${cmake_dir } "
75
74
76
75
if ! [ -f " ${cmake_expected_archive_file} " ]
77
76
then
98
97
99
98
cd ..
100
99
101
- cmake_bin_path=" ${cmake_build_dir } /${cmake_home} /${cmake_bin_dir} "
100
+ cmake_bin_path=" ${cmake_dir } /${cmake_home} /${cmake_bin_dir} "
102
101
103
102
eval ${cmake_bin_path} /${cmake} " ${cmake_generator_options} " -S . -B " ${build_dir} "
104
103
${cmake_bin_path} /${cmake} --build " ${build_dir} " --config Debug
Original file line number Diff line number Diff line change 1
1
# Below files and directories are automatically created
2
- # by tcr.sh and sould not be committed to this repository
2
+ # by tcr.sh and should not be committed to this repository
3
3
4
4
bin /**
5
5
doc /**
You can’t perform that action at this time.
0 commit comments