mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 03:40:05 +00:00
setup-release.sh should create a build-release directory, not a build-debug directory
This commit is contained in:
parent
c9d1e4cd08
commit
0dcf8eabab
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
script_dir="$(dirname "$(readlink -f "$0")")"
|
script_dir="$(dirname "$(readlink -f "$0")")"
|
||||||
|
|
||||||
export build_dir="$(readlink -f "${1:-${script_dir}/../build-debug}")"
|
export build_dir="$(readlink -f "${1:-${script_dir}/../build-release}")"
|
||||||
export build_type=Release
|
export build_type=Release
|
||||||
export conan_profile=${2:-scwx-linux_gcc-11}
|
export conan_profile=${2:-scwx-linux_gcc-11}
|
||||||
export generator=Ninja
|
export generator=Ninja
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue