mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 19:00:05 +00:00
9 lines
208 B
Bash
9 lines
208 B
Bash
#!/bin/bash
|
|
export build_dir=${1:-build-release}
|
|
export conan_profile=${2:-scwx-linux_gcc-11}
|
|
export generator=Ninja
|
|
export qt_base=/opt/Qt
|
|
export qt_arch=gcc_64
|
|
|
|
# Perform common setup
|
|
./lib/setup-common.sh
|