mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:50:05 +00:00
Setup script fixes
This commit is contained in:
parent
6e13ed2c85
commit
d6a0a17d3f
7 changed files with 49 additions and 15 deletions
|
|
@ -8,7 +8,13 @@ qt_version=6.8.0
|
|||
qt_arch=gcc_64
|
||||
script_dir="$(dirname "$(readlink -f "$0")")"
|
||||
|
||||
conan install tools/conan/profiles/${conan_profile} -tf profiles
|
||||
conan config install tools/conan/profiles/${conan_profile} -tf profiles
|
||||
conan install . \
|
||||
--remote conancenter \
|
||||
--build missing \
|
||||
--profile:all ${conan_profile} \
|
||||
--settings:all build_type=${build_type} \
|
||||
--output-folder ${build_dir}/conan
|
||||
|
||||
mkdir -p ${build_dir}
|
||||
cmake -B ${build_dir} -S . \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue