Browse Source

Allow macos-intel as target string

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 2 years ago
parent
commit
eb215863a4
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      setup/check_target.sh

+ 1
- 2
setup/check_target.sh View File

@@ -20,7 +20,7 @@ unset TOOLCHAIN_PREFIX_

function check_target() {
case "${target}" in
"macos"|"Darwin")
"macos"|"macos-intel"|"Darwin")
CLANG=1
MACOS=1
;;
@@ -154,7 +154,6 @@ function check_target() {
default|*)
echo "Invalid target '${target}', possible values are:"
echo "\tmacos"
echo "\tmacos-old"
echo "\tmacos-universal"
echo "\twasm"
echo "\twin32"


Loading…
Cancel
Save