mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:20:06 +00:00
Setup script cleanup for Linux
This commit is contained in:
parent
3de270c2a1
commit
6fca723404
10 changed files with 80 additions and 20 deletions
8
tools/setup-multi.sh
Normal file → Executable file
8
tools/setup-multi.sh
Normal file → Executable file
|
|
@ -1,9 +1,11 @@
|
|||
#!/bin/bash
|
||||
export build_dir=${1:-build-release}
|
||||
script_dir="$(dirname "$(readlink -f "$0")")"
|
||||
|
||||
export build_dir="${1:-${script_dir}/../build}"
|
||||
export conan_profile=${2:-scwx-linux_gcc-11}
|
||||
export generator=Ninja
|
||||
export generator="Ninja Multi-Config"
|
||||
export qt_base=/opt/Qt
|
||||
export qt_arch=gcc_64
|
||||
|
||||
# Perform common setup
|
||||
./lib/setup-common.sh
|
||||
${script_dir}/lib/setup-common.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue