Browse Source

Fix typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.2
falkTX 1 year ago
parent
commit
0b2d151e33
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -29,7 +29,7 @@ if [ "${MACOS}" -eq 1 ] && [ "${MACOS_UNIVERSAL}" -eq 0 ]; then
EXTRA_ARGS="HAVE_HYLIA=0 HAVE_QT5PKG=true"
export MOC_QT5=moc
export RCC_QT5=rcc
endif
fi

pushd Carla
make features


Loading…
Cancel
Save