mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 18:40:06 +00:00
Xcode is not supported yet
This commit is contained in:
parent
bbb09f64f0
commit
1e821fdf6c
3 changed files with 15 additions and 3 deletions
|
|
@ -26,5 +26,9 @@ else
|
|||
export venv_path="$(python3 -c 'import os,sys;print(os.path.realpath(sys.argv[1]))' "${3:-${script_dir}/../.venv}")"
|
||||
fi
|
||||
|
||||
# FIXME: aws-sdk-cpp fails to configure using Xcode
|
||||
echo "Xcode is not supported"
|
||||
read -p "Press Enter to continue..."
|
||||
|
||||
# Perform common setup
|
||||
"${script_dir}/lib/setup-common.sh"
|
||||
# "${script_dir}/lib/setup-common.sh"
|
||||
|
|
|
|||
|
|
@ -25,5 +25,9 @@ else
|
|||
export venv_path="$(python3 -c 'import os,sys;print(os.path.realpath(sys.argv[1]))' "${3:-${script_dir}/../.venv}")"
|
||||
fi
|
||||
|
||||
# FIXME: aws-sdk-cpp fails to configure using Xcode
|
||||
echo "Xcode is not supported"
|
||||
read -p "Press Enter to continue..."
|
||||
|
||||
# Perform common setup
|
||||
"${script_dir}/lib/setup-common.sh"
|
||||
# "${script_dir}/lib/setup-common.sh"
|
||||
|
|
|
|||
|
|
@ -26,5 +26,9 @@ else
|
|||
export venv_path="$(python3 -c 'import os,sys;print(os.path.realpath(sys.argv[1]))' "${3:-${script_dir}/../.venv}")"
|
||||
fi
|
||||
|
||||
# FIXME: aws-sdk-cpp fails to configure using Xcode
|
||||
echo "Xcode is not supported"
|
||||
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