mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 01:30:05 +00:00
setup-multi.sh is not supported on Linux
This commit is contained in:
parent
0e90f8a7a1
commit
ffbe3aedad
1 changed files with 5 additions and 1 deletions
|
|
@ -7,5 +7,9 @@ export generator="Ninja Multi-Config"
|
|||
export qt_base=/opt/Qt
|
||||
export qt_arch=gcc_64
|
||||
|
||||
# FIXME: aws-sdk-cpp fails to configure using Ninja Multi-Config
|
||||
echo "Ninja Multi-Config is not supported in Linux"
|
||||
read -p "Press Enter to continue..."
|
||||
|
||||
# Perform common setup
|
||||
${script_dir}/lib/setup-common.sh
|
||||
# ${script_dir}/lib/setup-common.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue