mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
use hyphen
This commit is contained in:
parent
6fe64b90ee
commit
98e3fa3cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ if [[ $RUNNER_OS == macOS ]]; then
|
|||
# vcpkg dependencies need a vcpkg triplet file to compile to the target macOS version
|
||||
# an easy way is to copy the x64-osx.cmake file and modify it
|
||||
triplets_dir="/tmp/cmake/triplets"
|
||||
triplet_version="custom_triplet"
|
||||
triplet_version="custom-triplet"
|
||||
triplet_file="$triplets_dir/$triplet_version.cmake"
|
||||
arch=$(uname -m)
|
||||
if [[ $arch == x86_64 ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue